You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editing copy/pasted embed entries will edit both the original and copied entry. (I'm not sure if this should be added to the CMS repo or here, but I'm starting here).
Steps to reproduce
Create and add a CKEditor field with embeddable entries to a section or other layout
Create or edit an entry that includes the CKEditor field.
Add an emebeded entry from the "New Entry" dropdown in the CKEditor field.
Select, copy, and paste the newly created entry as a second embeded entry in the CKEditor field.
Attempt to modify the second embeded entry.
Expected Result
The newly created entry that was copy/pasted from the original is modified while the original is not.
Actual results
Both the original entry, and the newly created entry are modified based on subsequent changes to either entry.
Screenshots
Example CKEditor field with a simple entry type:
Workaround:
Manually creating a separate entry from the "New entry" dropdown does not trigger this duplicating effect.
Additional info
Craft version: Craft Pro 5.0.0-beta.6
PHP version: 8.3.1
Database driver & version: MySQL 8.2.0
Plugins & versions:
CKEditor | 4.0.0-beta.7
The text was updated successfully, but these errors were encountered:
Those cards are just references to the nested entries. If you copy/paste the card, you’re just creating a second reference to it; not actually duplicating the nested entry. We’ll discuss internally whether we should make it impossible to duplicate the cards in the first place, to help avoid that confusion.
Description
Editing copy/pasted embed entries will edit both the original and copied entry. (I'm not sure if this should be added to the CMS repo or here, but I'm starting here).
Steps to reproduce
Expected Result
Actual results
Screenshots
Example CKEditor field with a simple entry type:
Workaround:
Additional info
The text was updated successfully, but these errors were encountered: