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/association.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/association.js') diff --git a/install/ui/association.js b/install/ui/association.js index 92ccb605..56a2761c 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; }; -- cgit