Feature #84045
closedEpic #84044: Admin Panel Rework
Refactor admin panel module registration
100%
Description
Currently the class `AdminPanelView` is one big class containing all code logic for rendering the admin panel.
For better extendibility and cleaner code, the modules should be extracted to own classes, an interface for a module should be added and a flexible registration possibility should be provided.
In a first step, the interface will be declared as internal to make it possible to change the interface during the admin panel rework.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New 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/55890
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55890
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55890
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55890
Updated by Susanne Moog over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 61df57efe9284b2a9a26612f7ef2fa1e1019c10b.