summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-31 17:24:42 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-31 23:09:13 -0500
commitf85771b2a7117c8870d800ee863ccf10fe0b13c3 (patch)
tree61dee76e0abf1fa65c1c7e2249e2a16c3ab06b28 /install/ui/associate.js
parent0dce1bc9e13d54f223b45d44e9a2108c995cd455 (diff)
downloadfreeipa-f85771b2a7117c8870d800ee863ccf10fe0b13c3.tar.gz
freeipa-f85771b2a7117c8870d800ee863ccf10fe0b13c3.tar.xz
freeipa-f85771b2a7117c8870d800ee863ccf10fe0b13c3.zip
aci association fixes
declarative priv definition fixes role_add_privilege and privilege_add_permisison
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 bdb10337a..15fe8fedc 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() {