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
What I expect to happen when I sync this node from development to staging:
Delete node on staging: "Test", id=4321, key=8fbca55f-f11d-4d55-9ebe-1c1e48b4c0f3
Create node on staging: "Test", id=xxxx, key=56d4edcc-c376-4b7b-baed-bb7befaa3dbb
What's actually happening at the moment:
Doesn't touch node on staging: "Test", id=4321, key=8fbca55f-f11d-4d55-9ebe-1c1e48b4c0f3
Create node on staging: "Test (1)", id=xxxx, key=56d4edcc-c376-4b7b-baed-bb7befaa3dbb
@KevinJump do you know if there's a workaround to get this working?
Update after some more investigation:
This happened when I was importing a complete tree, so the "Test" node was actually when pushing from BBB:
AAA/BBB/CCC/DDD/Test
When I pushed from DDD, it did process correctly and deleted the "old" nodes, as expected.
Not sure if it's relevant, but only the DDD and it's descendants are varying by culture. AAA, BBB and CCC are not. If you need more details or examples, please let me know.
Describe the bug
See reproduction steps.
Version (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: