summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-07 15:42:57 -0400
committerAdam Young <ayoung@redhat.com>2011-07-07 16:27:59 -0400
commit078d6dfb1c8ebbf0e4b8968e3cd7f802e44d212f (patch)
treef108ebd9606d9f3c952036977620539788ab1a8b /install/ui/details.js
parent158bb676fd255eeda34b29a212c9679112d923dd (diff)
downloadfreeipa-078d6dfb1c8ebbf0e4b8968e3cd7f802e44d212f.tar.gz
freeipa-078d6dfb1c8ebbf0e4b8968e3cd7f802e44d212f.tar.xz
freeipa-078d6dfb1c8ebbf0e4b8968e3cd7f802e44d212f.zip
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
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js5
1 files changed, 2 insertions, 3 deletions
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) {