Add Task Kanban and States

Add Task Kanban and States

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2021-12-02 20:14:21 +07:00
parent 32d559a07b
commit 6a31d8cf06
16 changed files with 397 additions and 146 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ export default mergeIds(taskId, task, {
TaskAssignee: '' as IntlString,
TaskDescription: '' as IntlString,
NoAttachmentsForTask: '' as IntlString,
UploadDropFilesHere: '' as IntlString
UploadDropFilesHere: '' as IntlString,
More: '' as IntlString
},
status: {
AssigneeRequired: '' as IntlString