uberf-7084: fix add new status to task type (#5684)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev 2024-05-28 18:13:05 +04:00 committed by GitHub
parent fe7511c591
commit 9050eef34a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -286,7 +286,8 @@
ofAttribute, ofAttribute,
icon, icon,
color, color,
icons icons,
readonly
} }
} }
} }
@ -329,7 +330,8 @@
icon, icon,
color, color,
icons, icons,
valuePattern: pattern valuePattern: pattern,
readonly
} }
} }
} }

View File

@ -116,7 +116,8 @@
ofAttribute: attr._id, ofAttribute: attr._id,
icon: undefined, icon: undefined,
color: 0, color: 0,
icons icons,
readonly
} }
} }
} }