Verified Commit 7e234029 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix(Tasks) - Proper user groups attribute

Proper users and groups selection attribute.
Return the DN of users as before.
parent f85f4dd4
No related merge requests found
Showing with 3 additions and 4 deletions
+3 -4
......@@ -69,10 +69,9 @@ class tasksMail extends simplePlugin
'UserGroupSelection' => [
'name' => _('Recipients Users and/or Groups'),
'attrs' => [
new GroupMembersAttribute(
'', _('Select Users/Groups'),
'fdTasksMailUsers', TRUE,
[], 'dn'
new UsersGroupsRolesAttribute(
_('Members'), _('Users or groups to assign to this task.'),
'fdTasksMailUsers', TRUE
),
],
]
......
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