summaryrefslogtreecommitdiffstats
path: root/install/ui/association.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/association.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/association.js')
-rw-r--r--install/ui/association.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/association.js b/install/ui/association.js
index 92ccb6058..56a2761c1 100644
--- a/install/ui/association.js
+++ b/install/ui/association.js
@@ -664,6 +664,8 @@ IPA.association_table_widget = function (spec) {
// methods that should be invoked by subclasses
that.association_table_widget_init = that.init;
+ that.association_table_widget_show_add_dialog = that.show_add_dialog;
+ that.association_table_widget_show_remove_dialog = that.show_remove_dialog;
return that;
};