mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 17:05:16 +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,
|
ofAttribute,
|
||||||
icon,
|
icon,
|
||||||
color,
|
color,
|
||||||
icons
|
icons,
|
||||||
|
readonly
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -329,7 +330,8 @@
|
|||||||
icon,
|
icon,
|
||||||
color,
|
color,
|
||||||
icons,
|
icons,
|
||||||
valuePattern: pattern
|
valuePattern: pattern,
|
||||||
|
readonly
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -116,7 +116,8 @@
|
|||||||
ofAttribute: attr._id,
|
ofAttribute: attr._id,
|
||||||
icon: undefined,
|
icon: undefined,
|
||||||
color: 0,
|
color: 0,
|
||||||
icons
|
icons,
|
||||||
|
readonly
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user