Actions
Bug #97085
closedException when creating backend user group from new user context
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-03-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
An exception is thrown in the following case:
- Go to module "Backend Users"
- Create new user - in the new user edit mask click "+" next to the user groups
- Choose "Discard changes" in the pop up
- Get an exception instead of the backend user group edit form:
`PHP Warning: Undefined array key "pid" in /var/www/html/typo3-core/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php line 231`
Actions