summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/group.js')
-rw-r--r--install/static/group.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/static/group.js b/install/static/group.js
index 1a66c9289..1d1e9b5ce 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)