admin & editor can break lock; refs #2475
This commit is contained in:
parent
b4b7cdb16e
commit
5a0ac55810
|
@ -11,6 +11,7 @@ dependencies:
|
|||
- taxonomy.vocabulary.type_dactus
|
||||
module:
|
||||
- actions_permissions
|
||||
- content_lock
|
||||
- content_translation
|
||||
- file
|
||||
- filter
|
||||
|
@ -32,6 +33,7 @@ permissions:
|
|||
- 'access toolbar'
|
||||
- 'administer site configuration'
|
||||
- 'administer users'
|
||||
- 'break content lock'
|
||||
- 'change own username'
|
||||
- 'create actualite content'
|
||||
- 'create content translations'
|
||||
|
|
|
@ -11,6 +11,7 @@ dependencies:
|
|||
- taxonomy.vocabulary.type_dactus
|
||||
module:
|
||||
- actions_permissions
|
||||
- content_lock
|
||||
- filter
|
||||
- node
|
||||
- system
|
||||
|
@ -25,6 +26,7 @@ permissions:
|
|||
- 'access content overview'
|
||||
- 'access site in maintenance mode'
|
||||
- 'access toolbar'
|
||||
- 'break content lock'
|
||||
- 'create actualite content'
|
||||
- 'create equipe content'
|
||||
- 'create partenaire content'
|
||||
|
|
Loading…
Reference in New Issue