Verified Commit c2202a7b authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:tractor: fix(posix) Remove last use of GroupsAttribute

Use ObjectsAttribute instead

issue #5937
Showing with 5 additions and 1 deletion
+5 -1
......@@ -116,7 +116,11 @@ class posixAccount extends simplePlugin
'name' => _('Group membership'),
'icon' => 'geticon.php?context=types&icon=user-group&size=16',
'attrs' => [
new GroupsAttribute('', _('Group membership'), 'groupMembership')
new ObjectsAttribute(
'', _('Group membership'),
'groupMembership', FALSE,
['group']
),
]
],
'account' => [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment