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 8 forks source link

Takeover button #47

Open omikulcik opened 1 year ago

omikulcik commented 1 year 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 9 months ago

Hey,

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

arindoneATK commented 1 month ago

This should be implemented, WordPress has had it for many years!

mzane42 commented 2 weeks ago

Hi ! any news about this feature ? indeed it's very handy. It's just a delete lock and create another one for the new user in server, and call this in a onClick in admin Do you want me to contribute with a pull request ?