This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I'm looking for a check-in / check-out system for my plugin, that is to say a system which prevents 2 users to edit the same item at the same time.
Does October have this kind of system natively or should I set up one of my own ?
Thanks
@lucas.sanner54070 I don't believe there is a plugin on the marketplace yet that has that feature, so you may need to set up your own. It should be relatively easy to do with the backend.form.extendFields
event, as that is passed the form, and through that - the model and controller in use at the time.
Last updated
Thanks for your reply but I'm surprised to learn that no plugin on the marketplace has that feature yet.
The problem of the item edited by 2 users at the same time is a recurrent problem no matter the plugin.
I believe that all modern CMSs (Drupal, Joomla...) have a system to prevent this.
Anyway, I'm going to explore the backend.form.extendFields
event possibilities.
1-3 of 3