From 078d6dfb1c8ebbf0e4b8968e3cd7f802e44d212f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 7 Jul 2011 15:42:57 -0400 Subject: Fixed dirty dialog problems in HBAC/Sudo rules. The update() in HBAC/Sudo details facet has been fixed to call the callback function which will show the dirty dialog properly. Ticket #1439 --- install/ui/details.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'install/ui/details.js') diff --git a/install/ui/details.js b/install/ui/details.js index 4f01cd34c..6a2def7fb 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -292,9 +292,8 @@ IPA.details_facet = function(spec) { return section; }; - that.section = function(section) { - that.add_section(section); - return that; + that.get_section = function(name) { + return that.sections.get(name); }; that.create_section = function(spec) { -- cgit