From e0215421208d853e853f9c7b66add1e145982fbc Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 22 Nov 2011 17:33:09 +0100 Subject: Removing sections as special type of object Sections are changed into pure widget objects. Introduced IPA.composite_widget, basic widget for widget nesting (it's using IPA.widget_container). It's base class for section widgets. TODO: change old custom sections into custom fields and widgets. Note: usage of section in HBAC and SUDO is kept - whole logic will be removed in #1515 patch. https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/rule.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/rule.js') diff --git a/install/ui/rule.js b/install/ui/rule.js index 2ccdecd4..9f8e2318 100644 --- a/install/ui/rule.js +++ b/install/ui/rule.js @@ -37,7 +37,7 @@ IPA.rule_details_section = function(spec) { that.container = container; - var field = that.get_field(that.field_name); + var field = that.fields.get_field(that.field_name); var metadata = IPA.get_entity_param(that.entity.name, that.field_name); container.append(metadata.doc+':'); @@ -55,13 +55,13 @@ IPA.rule_details_section = function(spec) { for (var i=0; i