Actions
Task #104614
closedBackendUserAuthentication::getWebmounts() should return an unique list
Start date:
2024-08-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
Sprint Focus:
Description
A lot of places where the BackendUserAuthentication::getWebmounts()
method is called an array_unique() call is applied to filter double
entries.
Instead the method BackendUserAuthentication::getWebmounts() should do this job
Actions