Task #54503
closedOld reference to tx_templavoila in Flexform section object titles
100%
Description
There are still references to the old name being used - these should be changed to the new name that has been in use since 4.7. Fix is coming right up.
Updated by Gerrit Code Review almost 11 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/26482
Updated by Claus Due almost 11 years ago
To test: a flexform which contains a section which contains an object. The object's definition currently must contain:
<tx_templavoila> <title>The title of the object</title> </tx_templavoila>
But the doc stated that this would be correct:
<title>The title...</title>
However, following the correct-according-to-docs way results in the label not being displayed next to the "add new object" button (the document with green plus) in the bottom of flexform "section" containers since the code currently directly uses the old, deprecated location to retrieve the label of objects.
My patch solves this so the code only looks in the correct location according to docs. A similar patch has already been made for "sheets" in flexforms (but I don't recall the issue number for that one).
Updated by Gerrit Code Review almost 11 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/26482
Updated by Gerrit Code Review almost 11 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/26482
Updated by Anonymous over 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset ddf936415d6ec86c286938f75f38f0f2ef5b8bef.