Bug #100342
closedBackend is loading itself recursively after logging in
100%
Description
After upgrading an instance from 12.2 to 12.3, when logging into the backend with an existing backend user, the UI is broken and recursively calling/drawing itself.
This stops as soon as any module from the module list is selected.
It is fixed after opening the user settings module and just saving.
Reason: 12.3 can't deal with the old startModule setting of the be_user column uc.
Old/broken value: s:11:"startModule";s:15:"help_AboutAbout"
New/correct value: s:11:"startModule";s:5:"about"
Updated by Gerrit Code Review over 1 year 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/+/78314
Updated by Gerrit Code Review over 1 year 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/+/78314
Updated by Gerrit Code Review over 1 year 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/+/78314
Updated by Andreas Fernandez over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ad29804559d833bb72135191ac6bf2c7bb4295c0.