Task #45148
closedshow_item does not consider workspace references
100%
Description
typo3/show_item.php does not consider workspace references, that might be IRRE or plain MM.
The reason is the the overlay still uses the uid of the original record (which is the placeholder on new workspace records).
The fix is to use the processed record index "_ORIG_uid" instead of "uid" here, if available.
Files
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18006
Updated by Oliver Hader almost 11 years ago
- Parent task set to #54853
- Is Regression set to No
Updated by Oliver Hader almost 11 years ago
- File references_example.png references_example.png added
- Status changed from Under Review to On Hold
Needs to be rechecked, once the workspace fixes for IRRE/MM are integrated.
This screenshot shows, where the accordant workspace elements should be visualized (if any):
Updated by Oliver Hader over 10 years ago
- Status changed from On Hold to Accepted
- Target version deleted (
4.5.23) - TYPO3 Version changed from 4.7 to 6.2
Updated by Oliver Hader almost 9 years ago
- Category changed from Backend User Interface to Workspaces
Updated by Gerrit Code Review about 4 years ago
- Status changed from Accepted 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/65453
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65453
Updated by Christian Kuhn about 4 years ago
Reproduce with irre_tutorial:
Preparation:
Enable the irre_tutorial extension for an instance. Most simple way is to create a link in typo3conf/ext to the extension:
ll typo3conf/ext/ irre_tutorial -> ../../typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/
Load the extension via ext manager, db stuff, clean caches. Test case:
- Live workspace
- Add a page
- Add a content element -> tab irre_tutorial
- Add Hotels (1nff) 'hotel 1' as inline child to content element
- Add 'offer 1 1' as inline child to 'hotel 1'
- Switch to workspace
- Edit the content element
- Add 'offer 1 2' as inline child to 'hotel 1'
- Go to list module
- Extended mode
- 'i' button on 'Hotel 1'
-> "References from this item" shows only 'offer 1 1' but should also show 'offer 1 2'
Updated by Christian Kuhn about 4 years ago
Another use case: Have a content element with an image in live and add a second image in workspace -> the 'i' modal shows only the first images in the reference list.
Updated by Christian Kuhn about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f1b87811dc392c75f0b278bfe516db8e610913ba.
Updated by Gerrit Code Review about 4 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65474
Updated by Christian Kuhn about 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset ac7eed7f8d4588e0eabdd01d0f354c5918e2d477.
Updated by Benni Mack almost 4 years ago
- Status changed from Resolved to Closed