arches
arches copied to clipboard
ActivityStream is out of order -- Updates can't be before Creates
For example:
The Update to 53de8bae cannot happen before it was Created. Updates can only be after Creates.
I think the fix is in app/models/resource.py by moving the self.save_edit() line in save() to before the tile.save() line ... so would become line 228.
However, a change for #9768 that meant no tile entries were generated during resource.save() would also fix the issue, as there wouldn't be updates to be in the wrong order :)