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:
Chris 2025-11-02 16:51:11 +02:00 committed by GitHub
parent 00eda4b936
commit 9807a4eea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 315 additions and 31 deletions

View file

@ -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",