Project

General

Profile

Actions

Bug #65563

closed

File metadata can’t be edited inline

Added by Andreas Wolf about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2015-03-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

Updated by Andreas Wolf about 9 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review about 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

Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Benni Mack almost 9 years ago

  • Target version set to 7.4 (Backend)
  • Sprint Focus set to On Location Sprint
Actions #8

Updated by Andreas Wolf almost 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.

Actions #9

Updated by Benni Mack almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Gerrit Code Review almost 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

Actions #11

Updated by Benni Mack almost 9 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Mathias Schreiber almost 9 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #13

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF