Fix bug 722 (#737)
* Fix project statuses * Refactor project states * Add translations
This commit is contained in:
parent
e73c354e7e
commit
eee1bbc013
51 changed files with 947 additions and 302 deletions
|
|
@ -133,10 +133,17 @@ const options = {
|
|||
type: 'string',
|
||||
description: 'Project description',
|
||||
},
|
||||
state: {
|
||||
status: {
|
||||
type: 'string',
|
||||
enum: ['active', 'archived', 'completed'],
|
||||
description: 'Project state',
|
||||
enum: [
|
||||
'not_started',
|
||||
'planned',
|
||||
'in_progress',
|
||||
'waiting',
|
||||
'done',
|
||||
'cancelled',
|
||||
],
|
||||
description: 'Project status',
|
||||
},
|
||||
priority: {
|
||||
type: 'string',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue