updated drupal/workflow
This commit is contained in:
parent
f8f22efa69
commit
e29f8228f0
|
@ -12743,10 +12743,10 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/workflow.git",
|
"url": "https://git.drupalcode.org/project/workflow.git",
|
||||||
"reference": "b691e1951bcb810dc2b0a367d7871741eb5ec4b7"
|
"reference": "ada80e99e94f57c69b75124888a681da3f87e7b8"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -12754,8 +12754,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.4+4-dev",
|
"version": "8.x-1.4+56-dev",
|
||||||
"datestamp": "1592938472",
|
"datestamp": "1623765341",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Dev releases are not covered by Drupal security advisories."
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
|
@ -12808,8 +12808,7 @@
|
||||||
"homepage": "https://www.drupal.org/project/workflow",
|
"homepage": "https://www.drupal.org/project/workflow",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://git.drupalcode.org/project/workflow"
|
"source": "https://git.drupalcode.org/project/workflow"
|
||||||
},
|
}
|
||||||
"time": "2020-06-23T18:54:02+00:00"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drush/drush",
|
"name": "drush/drush",
|
||||||
|
|
|
@ -88,8 +88,10 @@ permissions:
|
||||||
- 'edit field_showroom'
|
- 'edit field_showroom'
|
||||||
- 'edit own enregistrement content'
|
- 'edit own enregistrement content'
|
||||||
- 'edit own flag lists'
|
- 'edit own flag lists'
|
||||||
|
- 'edit own migration workflow_transition'
|
||||||
- 'edit own note content'
|
- 'edit own note content'
|
||||||
- 'edit own thematique content'
|
- 'edit own thematique content'
|
||||||
|
- 'edit own workflow workflow_transition'
|
||||||
- 'edit terms in assisted_research'
|
- 'edit terms in assisted_research'
|
||||||
- 'edit terms in collectionneurs'
|
- 'edit terms in collectionneurs'
|
||||||
- 'edit terms in company'
|
- 'edit terms in company'
|
||||||
|
@ -119,6 +121,8 @@ permissions:
|
||||||
- 'flag dossier other items'
|
- 'flag dossier other items'
|
||||||
- 'revert any corpus_documents workflow_transition'
|
- 'revert any corpus_documents workflow_transition'
|
||||||
- 'revert any generique workflow_transition'
|
- 'revert any generique workflow_transition'
|
||||||
|
- 'revert any migration workflow_transition'
|
||||||
|
- 'revert any workflow workflow_transition'
|
||||||
- 'revert article revisions'
|
- 'revert article revisions'
|
||||||
- 'revert autre_son revisions'
|
- 'revert autre_son revisions'
|
||||||
- 'revert enregistrement revisions'
|
- 'revert enregistrement revisions'
|
||||||
|
|
Loading…
Reference in New Issue