Actions
Bug #77374
closedOpposite MM relation between both new entities not created
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2016-08-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Scenario:
- usage in a workspace
- tt_content and sys_category records are created at the same time with defining an MM relation
- sys_category.items (group/db field, with MM and opposite usage defined) is filled with accordant tt_content record
- the remap-stack in DataHandler does not consider references that are defined in a group/db field
- thus, these kind of relations are just not set, since the opposite reference uid cannot be resolved
- process group/db relations with new record uids in remap-stack
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
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/49337
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49337
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49352
Updated by Oliver Hader over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 988d96d745013c4b305e57ff01d38da09d3e1c73.
Actions