Bug #63529
closedTasks Center section menu is hardcoded
100%
Description
Since the refactoring of the tasks center in 4.5, the section menu is hardcoded to information and tasks and cannot be changed.
This is because the menu items are collected inside the array key 'mode' instead of 'function'.
Because 'function' is hardcoded in the logic of BaseScriptClass, copy the four lines from BaseScriptClass instead of calling parent:menu_config()
in the TaskModuleController.
Additionally, 'Tasks' is hardcoded as a label. Replace it with a localized value.
Note: 'function' is preserved for backward compatibility and is already in use for the main tasks logic.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New 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 http://review.typo3.org/34947
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34947
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34947
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34947
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34947
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34947
Updated by Gerrit Code Review over 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34947
Updated by Philipp Gampe over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7fdf1f94f3dece848b6438c53da5c10ed8ab0dc5.