Feature #24041
closedImplement Inline Relational Record Editing (IRRE) in Workspaces
0%
Description
Inline Relational Record Editing (IRRE) is part of the TYPO3 Core since version 4.1. However, the problem of using IRRE with Versioning and Workspaces was not possible since the editing form got mixed up and relation to the child records got lost.
This issue implements the missing functionality for 1:n relationships using comma separated values (CSV) and the foreign field approach (FF).
Documentation changes:
TSconfig > User TSconfig > OPTIONS
new entry after property "workspaces.changeStageMode"
Property: workspaces.considerReferences
Data type: boolean
Description: If elements of a dependent structure (e.g. Inline
Relational Record Editing) shall be swapped, published or sent to a
stage alone, the accordant parent/child structure is considered
automatically.
Default: 0
To enable this feature also in the current stable branch, there is a patch that works with the TYPO3_4-4 branch in SVN. However, the feature will not be integrated into TYPO3 4.4 anymore, but shall be part of TYPO3 4.5.
To test the feature already with TYPO3 4.4 it's possible to use a modified branch of the official TYPO3_4-4 Core:
https://svn.typo3.org/TYPO3v4/Extensions/irre_tutorial/branches/TYPO3_4-4_workspaces
... and the same for Trunk/TYPO3_4-5:
https://svn.typo3.org/TYPO3v4/Extensions/irre_tutorial/branches/TYPO3_4-5_workspaces
(issue imported from #M16374)
Files