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
Updated by Thomas Hohn 3 months ago
- Related to Bug #104591: Argument #1 ($id) must be of type int in DatabaseIntegrityController.php added
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85623
Updated by Gerrit Code Review 3 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85623
Updated by Anonymous 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2bd5592aa3921ca8d378d4283eb7f48fadf48547.
Actions