-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container not changed if copy/paste a CE element #6
Comments
This one must be solved by catching the case of copy/move/reference when not relative to a current content element. TYPO3 will use values such as 542x1 for page UID 542 colPos 1 - this must be parsed by the ConfigurationProvider's methods that are executed when content is moved/copied.
Is an example argument structure. |
In the testing website (the one that you have admin access).
It is a real problem cause if you copy/paste elements and your original ones get modified then you could screw up you site |
seems a litle db script fix the problem while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) { |
Thanks for the snippet - just one comment: you should also set the tx_flux_parent field to the UID part of the old value - i.e. |
Closing the issue. Thanks again for sharing your solution! |
http://www.youtube.com/watch?v=WbcNYE5mx2c&feature=youtu.be
If you copy a CE and paste it in another container then the CE is inserted in the original container
The text was updated successfully, but these errors were encountered: