Actions
Bug #80856
closedCustom workspace duplicates element created in LIVE workspace
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2017-04-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce on latest master:
1) TS Setup:
config.no_cache=1 page = PAGE page.1 = TEXT page.1.data = page:title page.1.wrap = <h1>|</h1> page.10 < styles.content.get
2) Create a custom workspace
3) Create a page in LIVE worskpace
4) Create a content element, put a headline (remember its ID e.g. 443)
5) Go to custom workspace and click on page created at point 3)
6) You will find in page module that the content element has been duplicated: you will have two content elements, with the same headline and different ids (id=443 and id=444)
Actions