-
Notifications
You must be signed in to change notification settings - Fork 65
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
Deleting a node throwing an error on usync.ContentEdition #108
Comments
Update Full error Exception Details |
Hi, yeah fixed it now :( - we added some basic caching of name/id pairs so the repeated lookup of content would be quicker for imports - didn't factor in that during a delete we look for an items parent and it is set to null. Fixed now, will push out an update to content edition to patch it. |
8.6.3 (released) - fixes this |
fixes the find methods, which are called to get a parent item, but when you trash a item - its parent is set to null 😦
Describe the bug
Deleting a node in Content is throwing an usync.ContentEdition error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Content Node should be removed without errors and usync.ContentEdition should mark the item as removed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Was experiencing issues in a recently upgraded site. I decided to try on a fresh installation and the issue also happens.
The text was updated successfully, but these errors were encountered: