Bug #65563
closedFile metadata can’t be edited inline
100%
Description
Since 2012, there is a special mechanism to allow some tables for editing even if their records reside on a page that is inaccessible for the user. This is checked for regular forms in EditDocumentController, but the check for inline elements is still missing.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/37586
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37586
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37586
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37586
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37586
Updated by Benni Mack over 9 years ago
- Target version set to 7.4 (Backend)
- Sprint Focus set to On Location Sprint
Updated by Andreas Wolf over 9 years ago
To test this, integrate a field with the following TCA in a table:
'file_record' => array( 'displayCond' => 'FIELD:metadata_available:>:0', 'config' => array( 'type' => 'inline', 'foreign_table' => 'sys_file_metadata', 'maxitems' => 1, 'appearance' => array( 'collapseAll' => 0, 'expandSingle' => 0, 'levelLinksPosition' => 'none', ), ), ),
You need to create a record then and insert a sys_file_metadata uid in the database row (probably it’s also possible to use an element browser for that, I did not check that). When opening the record for editing again, you will not see the metadata record. With the patch, it will be shown.
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3754059da98ab701940f98af0c54b5dd1f30b0d0.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40323
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 28bdc45be28756b72d451c3c501353c0a5bb7486.
Updated by Mathias Schreiber over 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed