Actions
Bug #93296
closedWrong handling of file references in Workspace
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2021-01-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Description¶
When using Workspaces (and having two states of a record in the DB) some references are linked to the wrong state.
Result is that I have access to one related reference (sys_category) but not to another reference (sys_file)
Reproduce¶
1. Create a workspace and switch to it
1. Create a new page
1. in DB there are now two pages, let's say UID:10 and UID:11, where UID:11 record has UID:10 in t3ver_oid
1. Add a category on this page
1. in DB UID:11 record has 1 category, in sys_category_record_mm the category is also linked to UID:11
1. Add a file into field media in page record
1. in DB UID:11 record has 1 media, but sys_file_reference has no relation to UID:11 but UID:10
Actions