Bug #104811
closed"Compare backend users" fails with outdated "explicit_allowdeny"
100%
Description
Given be_groups.explicit_allowdeny
contains outdated entries (e.g. from packages removed in the meantime), the Compare backend users action in the Backend Users module fails with an exception:
(1/1) #1351584844 TYPO3Fluid\Fluid\Core\ViewHelper\Exception
An argument "key" or "id" has to be provided
This is caused by the preprocessed pageContentTypes
(which are built from said explicit_allowdeny
field) which contain empty items. These empty items come from outdated CE types which do not exist anymore. The f:translate
call in the pageContentTypes
section in the Compare/Information.html
partial then fails here:
- https://github.com/TYPO3/typo3/blob/51a0329cb89230596f99ad9e94fdad6af95a5ead/typo3/sysext/beuser/Classes/Service/UserInformationService.php#L234-L242
- https://github.com/TYPO3/typo3/blob/51a0329cb89230596f99ad9e94fdad6af95a5ead/typo3/sysext/beuser/Resources/Private/Partials/Compare/Information.html#L478
Updated by Gerrit Code Review 2 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/+/85863
Updated by Gerrit Code Review 2 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/+/85863
Updated by Gerrit Code Review 2 months ago
Patch set 3 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/+/85863
Updated by Gerrit Code Review 2 months ago
Patch set 4 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/+/85863
Updated by Gerrit Code Review 2 months ago
Patch set 5 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/+/85863
Updated by Gerrit Code Review 26 days ago
Patch set 6 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/+/85863
Updated by Gerrit Code Review 14 days ago
Patch set 7 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/+/85863
Updated by Gerrit Code Review 13 days ago
Patch set 8 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/+/85863
Updated by Gerrit Code Review 13 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86855
Updated by Gerrit Code Review 13 days ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86856
Updated by Gerrit Code Review 13 days ago
Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86856
Updated by Gerrit Code Review 13 days ago
Patch set 9 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/+/85863
Updated by Gerrit Code Review 13 days ago
Patch set 10 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/+/85863
Updated by Garvin Hicking 13 days ago
- Related to Bug #105282: Missing debug information in compare view added
Updated by Gerrit Code Review 13 days ago
Patch set 2 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86855
Updated by Gerrit Code Review 13 days ago
Patch set 3 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86856
Updated by Gerrit Code Review 13 days ago
Patch set 4 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86856
Updated by Gerrit Code Review 8 days ago
Patch set 3 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86855
Updated by Gerrit Code Review 8 days ago
Patch set 11 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/+/85863
Updated by Gerrit Code Review 8 days ago
Patch set 4 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86855
Updated by Mathias Brodala 8 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset edd03d462ea3cb26d6e70c9fbc1dd00ef6c0ec0e.