Actions
Bug #91210
closedUnavailable starting module leads to loading first available module found in DOM
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-04-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In recent changes, the behavior of "Start up in the following module" in user's setup has been changed to determine the first module when "First module in menu" is selected.
However, this change was not sufficient in case a configured module is not available anymore.
Example:- Have EXT:dashboard installed
- Set "dashboard" as starting module
- Reload backend to verify dashboard is loaded
- Uninstall EXT:dashboard
- Reload backend, the first module found in DOM is loaded (which is very likely EXT:about)
Updated by Gerrit Code Review over 4 years ago
- Status changed from In Progress to Under Review
Patch set 2 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/+/64309
Updated by Andreas Fernandez over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a5752acad3c70c16f49f177d10ac3d21ec9d039.
Updated by Helmut Hummel over 4 years ago
- Related to Bug #91368: Bookmarks for editing documents are not shown any more added
Actions