mirror of
https://github.com/strapi/strapi.git
synced 2026-01-04 03:03:38 +00:00
fix(review-workflow): update default stages and workflow
This commit is contained in:
parent
e661450b01
commit
7fbfcbdb78
@ -2,10 +2,13 @@
|
||||
{
|
||||
"name": "To do"
|
||||
},
|
||||
{
|
||||
"name": "Ready to review"
|
||||
},
|
||||
{
|
||||
"name": "In progress"
|
||||
},
|
||||
{
|
||||
"name": "Done"
|
||||
"name": "Reviewed"
|
||||
}
|
||||
]
|
||||
|
||||
@ -1,3 +1 @@
|
||||
{
|
||||
"uid": "cjld2cjxh0000qzrmn831i7rn"
|
||||
}
|
||||
{}
|
||||
@ -39,6 +39,12 @@ module.exports = ({ strapi }) => ({
|
||||
after: stages[1].id,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: stages[3].id,
|
||||
position: {
|
||||
after: stages[2].id,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user