This page is currently being edited prompt? - Umbraco v8
I have this issue where there is no way of knowing when a person is editing a page. This means one CMS user could unknowingly overwrite changes being worked on by another person by saving their own.
I need to create some kind of alert pop-up which says something like:
"This page is currently being edited by [CMS User]. Any changes you make and save will overwrite their changes."
I would have thought someone else has had this issue before or may be some existing package someone is aware of that can achieve this?
This page is currently being edited prompt? - Umbraco v8
I have this issue where there is no way of knowing when a person is editing a page. This means one CMS user could unknowingly overwrite changes being worked on by another person by saving their own.
I need to create some kind of alert pop-up which says something like:
"This page is currently being edited by [CMS User]. Any changes you make and save will overwrite their changes."
I would have thought someone else has had this issue before or may be some existing package someone is aware of that can achieve this?
Hi Graham,
I found this package called "Content Guard" for Umbraco 8, which looks like it might do what you need:
https://github.com/thecogworks/Cogworks.ContentGuard
Thanks Owain that's awesome, just what I needed!
is working on a reply...