Bug #75830
closedBetter positionName extraction in ExtensionManagementUtility::executePositionedStringInsertion
100%
Description
When adding a custom database field via \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes()
, the $position
parameter is passed to executePositionedStringInsertion
.
The parameter may contain after:foo
, before:bar
, or even after:--palette--;LLL:EXT:frontend/...:pages.palettes.title;title
.
The position method explodes the position by ":", breaking up the LLL string.
Updated by Gerrit Code Review over 8 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/47832
Updated by Gerrit Code Review over 8 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/47832
Updated by Christian Weiske over 8 years ago
See http://kwaweb.com/articles/14-typo3-addtoalltcatypes for someone who had the same problem and had to work around it.
Updated by Gerrit Code Review over 8 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/47832
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47833
Updated by Anonymous over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 207df6adda0892f7857eec75752c6d1dabc5c780.