Revert sync ordering logic #3107
Labels
Docs: not needed
Effort: small
Small effort story/task, estimated 0-2 days
Priority: normal
Type: Feature
From a new button to whole new systems
Milestone
Is your feature request related to a problem? Please describe.
Bug fixed in #3106 is likely to have been the cause of the unordered sync queue. Although sorting logic fixed the immediate symptoms of the bug, it does not correctly sort all records (
recordType
comparisons only define a partial order). For these reasons the changes should be reverted.Describe the solution you'd like
Remove the sync queue
isParentOf
ordering logic.Implementation
See above.
Describe alternatives you've considered
Leave as is?
Additional context
@andreievg.
The text was updated successfully, but these errors were encountered: