mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
uberf-7084: fix add new status to task type (#5684)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
fe7511c591
commit
9050eef34a
@ -286,7 +286,8 @@
|
||||
ofAttribute,
|
||||
icon,
|
||||
color,
|
||||
icons
|
||||
icons,
|
||||
readonly
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -329,7 +330,8 @@
|
||||
icon,
|
||||
color,
|
||||
icons,
|
||||
valuePattern: pattern
|
||||
valuePattern: pattern,
|
||||
readonly
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -116,7 +116,8 @@
|
||||
ofAttribute: attr._id,
|
||||
icon: undefined,
|
||||
color: 0,
|
||||
icons
|
||||
icons,
|
||||
readonly
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user