From f85771b2a7117c8870d800ee863ccf10fe0b13c3 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 31 Jan 2011 17:24:42 -0500 Subject: aci association fixes declarative priv definition fixes role_add_privilege and privilege_add_permisison --- install/ui/associate.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'install/ui/associate.js') 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() { -- cgit