-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sync wipes NEO fields #19
Comments
PR with a possible fix: #20 Refetching the entry from the DB seems to solve the issue. |
We can confirm this. It seems that following commit removed the behavior for saveModifiedBlocksOnly: spicywebau/craft-neo@ec93b31#diff-f9f066bd830d34ac463fd2a0e5f72913 Beforehand the feature was disabled: In the settings the option is still available but currently unused. We'll report this to the devs of Neo. |
It works correctly on all use-cases. I merged it in the new release 0.5.3. |
Currently the sync just wipes the target entrys field content if it's a neo field. I don't know exactly why yet, but there seems to be something changed in neo or craft how things get saved.
The
$entry
attached to the event seems to just have an empty array for all neo fields (other fields work just fine).Can someone confirm this issue? I'm running Craft 3.5.1 and Neo 2.8.2
The text was updated successfully, but these errors were encountered: