diff options
Diffstat (limited to 'install/static/user.js')
-rw-r--r-- | install/static/user.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/install/static/user.js b/install/static/user.js index 3ac828fe..5645967d 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -75,10 +75,10 @@ ipa_entity_set_details_definition('user', [ ]); ipa_entity_set_association_definition('user', { - 'group': { associator: SerialAssociator }, - 'netgroup': { associator: SerialAssociator }, - 'rolegroup': { associator: SerialAssociator }, - 'taskgroup': { associator: SerialAssociator } + 'group': { associator: 'serial' }, + 'netgroup': { associator: 'serial' }, + 'rolegroup': { associator: 'serial' }, + 'taskgroup': { associator: 'serial' } }); /* Account status Toggle button */ |