Task #54503
closed
Old reference to tx_templavoila in Flexform section object titles
Added by Claus Due almost 11 years ago.
Updated about 6 years ago.
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.
- Status changed from New to Under Review
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).
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF