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/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/host.js') diff --git a/install/static/host.js b/install/static/host.js index c4d110a8..8407e269 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -48,8 +48,8 @@ ipa_entity_set_details_definition('host', [ ]); ipa_entity_set_association_definition('host', { - 'hostgroup': { associator: SerialAssociator }, - 'rolegroup': { associator: SerialAssociator } + 'hostgroup': { associator: 'serial' }, + 'rolegroup': { associator: 'serial' } }); function host_enrollment_status_load(container, dt, result) { -- cgit