notum-cz / strapi-plugin-record-locking

This plugin provides the functionality to prevent data loss in cases where multiple users are simultaneously editing the same record within STRAPI v4.
20 stars 7 forks source link

Takeover button #47

Open omikulcik opened 11 months ago

omikulcik commented 11 months ago

In certain situations, it may be necessary to allow users to continue editing content. For example when another user unintentionally leaves the editor open in one browser tab while working on something else in a different tab, thus forgetting about the open editor. To address such scenarios, it is advisable to implement a "Takeover" button.

Additionally, it is crucial to conduct role-based checks to ensure so roles with lower access can not overtake for example super admin.

jkefc commented 6 months ago

Hey,

Our editors could find this option very handy. I hope it gets added soon.