Hi,
I know this is a pipedream, but figured I'd ask anyway.
Working with larger and larger teams, sometimes multiple people at once in the backend, it would be nice to have a fail-safe when the user clicks "Save" in the backend.
The goal is to avoid race conditions and/or users overwritting each other, when they are not even aware to be editing the same thing.
Something like having a GUID when the object (i.e. Page) is loaded, and prior to really saving the object, ensure the GUID did not change. Or last modified/updated date also works :)
Best Regards,
Nuno Aguiar