Bug #83974
closedMiscellaneous palette in pages table has invalid showitem string
100%
Description
This is the current string (new line after comma):
is_siteroot;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.is_siteroot_formlabel, no_search;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.no_search_formlabel, LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.editlock_formlabel, php_tree_stop;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.php_tree_stop_formlabel
The third entry in comma separated list lacks of field name. In backend this field is simply not displayed. But according to TCAref, if just one param is passed, it must be the field name.
The issue has been introduced in commit d03e9d6
I guess the expected behaviour is to display the "editlock" field.
Updated by Gerrit Code Review almost 7 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 https://review.typo3.org/55822
Updated by Armin Vieweg almost 7 years ago
Wrongly guessed. The field has been moved to access tab. So the LLL: reference is just unnecessary.
Updated by Gerrit Code Review almost 7 years ago
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/55822
Updated by Gerrit Code Review almost 7 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/55822
Updated by Christian Kuhn almost 7 years ago
- Related to Task #78383: TCA: Streamline field order and position for recurring fields added
Updated by Armin Vieweg almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5cba4cbe3e3a69d5342c007077f25ce35a900f9b.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55839
Updated by Armin Vieweg almost 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset e6d2c9b8e491dfa520b422b3a49a3f9c421343e2.