This package helps preventing edit conflicts when several editors are working on content simultaneously.
When changes in other workspaces exist on the same document, a warning is displayed in the upper toolbar.
Clicking that warning opens a modal, showing a list of changed nodes and where they have been changed. Contact information from Neos Party is displayed to make it easier to communicate.
There are also privilege targets available which prevents editing a document and all containing content nodes when changes in other workspaces are detected. To prevent an editor from editing such pages, add the following privilege configuration to your Policy.yaml
roles:
'Neos.Neos:AbstractEditor':
privileges:
-
privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodeWithChangesInOtherWorkspaces'
permission: DENY
-
privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodePropertiesWithChangesInOtherWorkspaces'
permission: DENY
composer require punktde/editconflictprevention
excludedDocumentTypes
: List the document types here, that you like to exclude from detecting conflicts.