Task #29774
closedImprove information in show_item.php
100%
Description
Currently the "Info" popup (show_item.php) provides information with raw data from sys_refindex. A editor will get informations such as actual table name from the database and a uid - but no real hint to what records it's all about.
This patch provides information about table (name shown in list module), field name ( as shown in TCEforms) for both references tables
Files
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I3c053b261573eae47bc812978e3d9d23e69af2e1 has been pushed to the review server.
It is available at http://review.typo3.org/4971
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change I3c053b261573eae47bc812978e3d9d23e69af2e1 has been pushed to the review server.
It is available at http://review.typo3.org/4971
Updated by Mr. Hudson about 13 years ago
Patch set 3 of change I3c053b261573eae47bc812978e3d9d23e69af2e1 has been pushed to the review server.
It is available at http://review.typo3.org/4971
Updated by Philipp Gampe about 13 years ago
- File before.png before.png added
- File after.png after.png added
Patch does not work for me :(
See screenshots.
Updated by Markus Klein about 13 years ago
It does work. The problem with your example is simply that there is no label for backend_layout.
TCA says: $TCA['pages']['columns']['backend_layout']['label'] = 'LLL:EXT:cms/locallang_tca.xml:pages.backend_layout';
But when you look into cms/locallang_tca.xlf there is no label backend_layout.
Please check again with some other record type and change your review on Gerrit.
Thx.
Updated by Mr. Hudson about 13 years ago
Patch set 4 of change I3c053b261573eae47bc812978e3d9d23e69af2e1 has been pushed to the review server.
It is available at http://review.typo3.org/4971
Updated by Soren Malling about 13 years ago
- Status changed from New to Resolved
Applied in changeset 1eb014df4b5059242ead1cf919b5317839f569d1.