From 6df16f3a1007bb60414bda87c970a89b21713888 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 28 Oct 2010 17:20:12 -0400 Subject: delete associations Uses code very similar to the search code for deleting associations Had to modify how we were configuring for bulk so that the logic for delete matched the logic for enroll Fixed unit test and removed the 'new' from the associator call --- install/static/group.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index 1a66c928..1d1e9b5c 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -44,9 +44,9 @@ ipa_entity_set_details_definition('group',[ ]); ipa_entity_set_association_definition('group', { - 'netgroup': { associator: SerialAssociator }, - 'rolegroup': { associator: SerialAssociator }, - 'taskgroup': { associator: SerialAssociator } + 'netgroup': { associator: 'serial' }, + 'rolegroup': { associator: 'serial' }, + 'taskgroup': { associator: 'serial' } }); function f_posix(dlg, mode) -- cgit