Locking support#
Content edit locking feature is to prevent simultaneous conflicting edits of the same content. If the editor forgot to press Save or Cancel explicit unlocking must be performed on locked objects if you want to modify them.
Volto provides support for Plone's locking feature, but you need to enable the plone.locking
behavior on your Dexterity content types first. You can do that in Plone's control panel or using the GenericSetup
facilities.
Log-in as
Site Administrator
and clickPersonal tools
in the left ToolbarGo to
Site Setup
->Dexterity Content Types
, select the content type.Go to
Behaviors
Select the
Locking (Locking support for dexterity)
behaviorSave
Features#
Volto locking support features include:
Automatically
Lock
any content (except Plone site object) onEdit
Automatically
Unlock
any content (except Plone site object) onSave / Cancel
Possibility to
Unlock
locked content by another user, if needed.