-
Notifications
You must be signed in to change notification settings - Fork 67
[5.x] Child blocks disappearing/popping out of parent blocks, especially on cloned or copy/pasted blocks #964
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
Comments
Having the same trouble. Command |
This seems similar to some of the behaviour from #957. Does your Craft project override Craft's |
@ttempleton In mine project it's not overwritten, the default |
Following the resolution of #961 it might be worth running one more |
Hi, just wanted to tag along and mention that I've been having the same issue on Craft 4, using Craft 4.9.7 and above, with Neo's version being 4.2.21. |
If it's happening on Craft 4 as well, then this is probably unrelated to #961. If possible, could someone please send in their composer.json/lock files and database backup to [email protected], along with information about an entry where this is reliably reproducible, and we'll have a look. |
Hi Thomas, This issue is still occurring in Craft 5.6.7 / Neo 5.2.24. Please see the screen capture video for reference. I can provide you with a complete database dump containing dummy data and assets if that would be helpful. I also tested this in Craft 4.14.6 / Neo 4.2.26, and it works fine there → no bug or issue on my end. Best, Marc Ohne.Titel.mov |
@mfell I'm still unable to reproduce this, unfortunately, must be something I'm doing wrong; could you please send the database backup, composer files and any other required files to [email protected] and we'll have a look. |
@ttempleton You got an email :) |
Thanks for sending that @mfell! Fixed now in 5.3.1. |
@ttempleton Yeah, just checked and works fine! :) Thanks a lot! |
Bug Description
We've had 3 separate clients report (as well as been experiencing a lot ourselves) child blocks disappearing or popping out of parent blocks recently, causing errors about blocks not being allowed at top level. Refreshing the entry and saving from there sometimes works, and running garbage collection on the server (per other issue recommendations) does help alleviate the issue for a while, but it keeps coming back. These aren't very complex Neo blocks and generally have only one child block, none with more than 1 level of nesting.
Glad to provide composer files/db backup if it's helpful, but it seems to be happening across the board enough at this point that hopefully it's easily reproducable.
Steps to reproduce
Expected behaviour
Entry should save and child blocks should stay in parent containers
Neo version
5.2.15
Craft CMS version
5.4.10
What is the affected Neo field's propagation method?
Save blocks to all sites the owner element is saved in
Does this issue involve templating, and if so, is eager-loading used?
This is not a templating issue
The text was updated successfully, but these errors were encountered: