Bug #80856
closedCustom workspace duplicates element created in LIVE workspace
0%
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)
Updated by Oliver Hader over 7 years ago
- Status changed from New to Needs Feedback
The TypoScript seems not the related to this issue, correct?
I could no reproduce that behavior with current master. For the database state, we have functional tests in place - however it would be an issue with the page-module not filtering the new-placeholder of the new record.
Can you please try again and add some additional screenshots? Thanks in advance!
Updated by Riccardo De Contardi over 7 years ago
I've put my TypoScript just to say I have no "exotic" configuration :)
I am not able to reproduce it too!! !#?
!
I am pretty sure I've seen it (and I still have the CEs to demonstrate it!!) but I can't find a way to reproduce it :confused:
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
I close this as I am not able to reproduce it so far. I'll reopen if something comes out.