Actions
Task #58735
closedEpic #58282: Workspaces Workpackage #2
Story #58284: Bug fixes & Behaviour
MM relations are not correctly resolved in Backend view
Status:
Closed
Priority:
Must have
Assignee:
Category:
Workspaces
Target version:
Start date:
2014-05-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:
Description
There are some issues concering relations to mm tables.
As an example:- Create a page in live
- Create some sys_category records
- Switch to a workspace
- Try to add relations to the categories inside the page
- save
- => nothing is selected
- Create a page in live
- Create some sys_category records
- Add relations to categories inside the page
- Switch to a workspace
- => you see the relations of the live page, [ok]
- change some relations
- save
- => no change has been done.
this is not bound to sys_categories or the tree implementation as this also doesn't work with a default 'select' rendermode.
suggestion by ohader via skype:
------------
das liegt aus meiner sicht am RelationHandler::getFromDB, hier fehlt das clean-up für workspace/non-workspace
Actions