Merged in bugfix/PMCORE-3310 (pull request #8124)

PMCORE-3310

Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2021-09-13 20:24:09 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -54,7 +54,7 @@ export default {
data() {
return {
//Color map for ["In Progress", "overdue", "inDraft", "paused", "unnasigned"]
colorMap: ["green", "red", "orange", "aqua", "silver"],
colorMap: ["green", "red", "orange", "blue", "silver"],
id: "avatar-" + _.random(1000000),
statusId: "status-" + _.random(1000000)
};