Bug #63529
closed
Tasks Center section menu is hardcoded
Added by Philipp Gampe almost 10 years ago.
Updated about 6 years ago.
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.
- 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
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
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
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
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
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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF