Actions
Bug #25329
closedTask center - sys_action: Usergroups are not selected.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When we edit a user already created, the usergroups that were already attributed to him are not selected in the list.
The problem is in the function getUsergroups() of the file : ../typo3/sysext/sys_action/task/class.tx_sysaction_task.php. For some situations the usergroups associated to a user are received in an array, but in this case, the usergroups are in a string.
I attached a patch that resolves the problem.
(issue imported from #M17954)
Files
Actions