summaryrefslogtreecommitdiffstats
path: root/install/ui/association.js
diff options
context:
space:
mode:
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;
};