summaryrefslogtreecommitdiffstats
path: root/install/static/rolegroup.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-10-01 16:33:57 -0500
committerAdam Young <ayoung@redhat.com>2010-10-02 18:13:30 -0400
commitb7097fc8c9096e3e8bf4a01edc6d7274c9c4cac0 (patch)
treeaeb0d79cf1dc9feea61a261cdd985c3b64033b40 /install/static/rolegroup.js
parentaa7ecb6f5ff234fa9001bbea3ebe2e5360656139 (diff)
downloadfreeipa-b7097fc8c9096e3e8bf4a01edc6d7274c9c4cac0.tar.gz
freeipa-b7097fc8c9096e3e8bf4a01edc6d7274c9c4cac0.tar.xz
freeipa-b7097fc8c9096e3e8bf4a01edc6d7274c9c4cac0.zip
Entity association configuration.
The ipa_entity_set_association_definition() has been added to configure the association between 2 entitites. By default the associator is BulkAssociator and the method is add_member. The entities have been updated to use the right configurations. The ipa_cmd() has been modified to detect IPA errors and invoke the error handler. A bug in refresh_on_success() has been fixed as well.
Diffstat (limited to 'install/static/rolegroup.js')
-rw-r--r--install/static/rolegroup.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/static/rolegroup.js b/install/static/rolegroup.js
index 0297554d1..64728ab23 100644
--- a/install/static/rolegroup.js
+++ b/install/static/rolegroup.js
@@ -39,3 +39,7 @@ ipa_entity_set_details_definition('rolegroup', [
['description', 'Description', null],
]]
]);
+
+ipa_entity_set_association_definition('rolegroup', {
+ 'taskgroup': { associator: SerialAssociator }
+});