- Issue created by @DrupalGideon
In a typical Drupal editing flow, after a node is saved, the user is redirected (to `/admin/content`) and the content lock is correctly released. However, it appears that the Mercury Editor workflow is intentionally different: the Save button (`.me-save-btn`) is labelled “Save and continue editing”, indicating that the user will remain on the edit screen after saving.
This creates a conflict with the Content Lock module. Once the lock is released after saving, it is not automatically reacquired—even though the user is still actively editing. This opens the risk of simultaneous edits by multiple users and potential content loss, defeating the purpose of the locking mechanism.
Ensure the lock remains active if the user is still on the Mercury Editor page after saving.
Locks should only be released:
Active
1.0
Code