Actions
Bug #91028
closedStartup module option: First module in menu not working anymore
Start date:
2020-04-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The option "First module in menu" as the startup module in user settings is not working anymore. When choosing this option, you just got forwarded to the About modules module.
Updated by Andreas Kienast over 4 years ago
Technically this is correct. If no module is selected, the first module is determined via JavaScript by getting the first module matching the selector .t3js-modulemenu-action[data-link]
. I agree this is not what's expected, let's check how to fix this in an appropriate way.
Updated by Andreas Kienast over 4 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review over 4 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64164
Updated by Andreas Fernandez over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e2a5da7a47c47da34be57dcc90e000387025c61.
Actions