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
I have a page builder field using Neo that have 3 levels and inside it there is also a Super Table, Text, Image etc.
I have an issue when I am updating the content if the new block I create is not as the last block. Usually I use add block above to do this. There are 2 issue I found.
Sometimes when I click add a block or even add an asset button the block replaced by the block below it.
Sometime when I editing/ or add the block in the middle or the first one, when I save the entry the last block data is lost.
Steps to reproduce
Open an entry that already have data on Neo Field.
Click on add block above.
Try to add new block (anything, in my case I add and image block).
Click save
Expected behaviour
In step 3 is the first issue, in my case after I click on add image block then the Asset field will appear, but when I click on add an asset button the field data replaced by another block below it.
In step 4 is the second issue, after I click save when I check again the data the last block is lost the data.
Neo version
3.7.0
Craft CMS version
4.3.10
What is the affected Neo field's propagation method?
No response
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:
I'm unable to reproduce this, but by any chance are you using the Typed Link Field plugin? There have been reports of empty Typed Link Fields causing issues with Neo (and Matrix) blocks, see sebastian-lenz/craft-linkfield#233.
If you're not using Typed Link Field, then if possible, could you please send your composer.json/lock and database backup to [email protected], along with which entry is being affected, and we'll have a look.
Bug Description
I have a page builder field using Neo that have 3 levels and inside it there is also a Super Table, Text, Image etc.
I have an issue when I am updating the content if the new block I create is not as the last block. Usually I use add block above to do this. There are 2 issue I found.
Steps to reproduce
Expected behaviour
In step 3 is the first issue, in my case after I click on add image block then the Asset field will appear, but when I click on add an asset button the field data replaced by another block below it.
In step 4 is the second issue, after I click save when I check again the data the last block is lost the data.
Neo version
3.7.0
Craft CMS version
4.3.10
What is the affected Neo field's propagation method?
No response
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: