summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index bdb10337..15fe8fed 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -454,7 +454,8 @@ IPA.association_table_widget = function (spec) {
'entity_name': that.entity_name,
'pkey': pkey,
'other_entity': that.other_entity,
- 'attribute_member': that.attribute_member
+ 'attribute_member': that.attribute_member,
+ method:that.add_method
});
};
@@ -518,7 +519,8 @@ IPA.association_table_widget = function (spec) {
'entity_name': that.entity_name,
'pkey': pkey,
'other_entity': that.other_entity,
- 'values': selected_values
+ 'values': selected_values,
+ method:remove_method
});
dialog.remove = function() {