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
We've encountered an issue where nested entries are removed when using the craft resave/entries command.
We initially encountered it with a nested entry containing only a Hyper field, where when we run the resave entry command it seems to keep the link, but is no longer registered as a nested entry and some xml data is added
Before running the command:
After running the command:
To check if this was an issue with the Hyper plugin or CKEditor, I made a nested entry containing only an image field and after running the resave command the nested entry is removed entirely - so it seems to be a CKEditor issue
Before running the command:
After running the command:
Steps to reproduce
Create a CKEditor field with a nested entry containing an image field
Run craft resave/entries and nested entry is lost
Additional info
Our nested entries have associated partial templates, but without those the nested entries are still deleted
Description
Hi,
We've encountered an issue where nested entries are removed when using the
craft resave/entries
command.We initially encountered it with a nested entry containing only a Hyper field, where when we run the resave entry command it seems to keep the link, but is no longer registered as a nested entry and some xml data is added
Before running the command:
After running the command:
To check if this was an issue with the Hyper plugin or CKEditor, I made a nested entry containing only an image field and after running the resave command the nested entry is removed entirely - so it seems to be a CKEditor issue
Before running the command:
After running the command:
Steps to reproduce
craft resave/entries
and nested entry is lostAdditional info
Our nested entries have associated partial templates, but without those the nested entries are still deleted
The text was updated successfully, but these errors were encountered: