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
|
- taxonomy.vocabulary.type_dactus
|
||||||
module:
|
module:
|
||||||
- actions_permissions
|
- actions_permissions
|
||||||
|
- content_lock
|
||||||
- content_translation
|
- content_translation
|
||||||
- file
|
- file
|
||||||
- filter
|
- filter
|
||||||
|
@ -32,6 +33,7 @@ permissions:
|
||||||
- 'access toolbar'
|
- 'access toolbar'
|
||||||
- 'administer site configuration'
|
- 'administer site configuration'
|
||||||
- 'administer users'
|
- 'administer users'
|
||||||
|
- 'break content lock'
|
||||||
- 'change own username'
|
- 'change own username'
|
||||||
- 'create actualite content'
|
- 'create actualite content'
|
||||||
- 'create content translations'
|
- 'create content translations'
|
||||||
|
|
|
@ -11,6 +11,7 @@ dependencies:
|
||||||
- taxonomy.vocabulary.type_dactus
|
- taxonomy.vocabulary.type_dactus
|
||||||
module:
|
module:
|
||||||
- actions_permissions
|
- actions_permissions
|
||||||
|
- content_lock
|
||||||
- filter
|
- filter
|
||||||
- node
|
- node
|
||||||
- system
|
- system
|
||||||
|
@ -25,6 +26,7 @@ permissions:
|
||||||
- 'access content overview'
|
- 'access content overview'
|
||||||
- 'access site in maintenance mode'
|
- 'access site in maintenance mode'
|
||||||
- 'access toolbar'
|
- 'access toolbar'
|
||||||
|
- 'break content lock'
|
||||||
- 'create actualite content'
|
- 'create actualite content'
|
||||||
- 'create equipe content'
|
- 'create equipe content'
|
||||||
- 'create partenaire content'
|
- 'create partenaire content'
|
||||||
|
|
Loading…
Reference in New Issue