TSK-943:General Status support (#2842)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-04-04 13:11:49 +07:00
committed by GitHub
parent 17ccbb1512
commit 585d82320e
110 changed files with 2816 additions and 1819 deletions
@@ -64,7 +64,7 @@
itemsDS = doneStates.map((s) => {
return {
id: s._id,
label: s.title,
label: s.name,
icon: s._class === task.class.WonState ? Won : Lost,
color: s._class === task.class.WonState ? 'var(--won-color)' : 'var(--lost-color)'
}