Fix priority auto (#470)
* Make none as default priority for tasks and projects * fixup! Make none as default priority for tasks and projects
This commit is contained in:
parent
00eda4b936
commit
9807a4eea2
10 changed files with 315 additions and 31 deletions
|
|
@ -469,9 +469,10 @@
|
|||
"created_at": "Created At"
|
||||
},
|
||||
"priority": {
|
||||
"low": "low",
|
||||
"medium": "medium",
|
||||
"high": "high"
|
||||
"none": "None",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "High"
|
||||
},
|
||||
"status": {
|
||||
"notStarted": "Not Started",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue