Merged in bugfix/PMCORE-3310 (pull request #8124)
PMCORE-3310 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
7ba8535cc1
@@ -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)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user