Actions
Bug #79565
closedWorkspaces, cached usergroup is used for notification email
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2017-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
TYPO3 uses cached usergroups (usergroup_cached_list) to get users for notification email.
to reproduce:
- owner of draft workspace is group 'chefredaktion'
- user1 is member of group 'chefredaktion'
- admin removes user1 from group membership
- user1 will receive notification emails on every workspace change UNTIL user1 does a backend login
--> usergroup_cached_list will be updated only after backend login of user1
Actions