Bug #52133
closedDisplay title of related record when using fields of type:inline as TCA label
100%
Description
If you want to use an inline field (1:1 relation) as label for your TCA table the UID of related record is shown as value, but it is expected to use the TCA label from the related table.
Reason why this is not shown:
TYPO3\CMS\Backend\Utility\BackendUtility::getProcessedValue() is used to get value that is used for the TCA label.
This one contains a switch which handles some field types differently, for example selects with foreign_table or group fields from internal_type db.
Suggested solution:
There is simply missing a case for fields of type:inline. Just handle it like value is processed for fields of type select.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23902
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23902
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23911
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23911
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23911
Updated by Anonymous about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 807b591916c22cb7703f00ff27d330232bfa204e.
Updated by Gerrit Code Review about 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23912
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/23913
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/23914
Updated by Anonymous almost 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset 42a3eb3be11e7b215505530505893525d2ab14ec.
Updated by Caspar Stuebs over 9 years ago
This fix in uncomplete.
To handle TCA type inline, some more lines of code are needed.
Please see Ticket #22970 - Patch is submitted to gerrit since 9 month