BUG 8879 "Need help with reference to the colors of the tasks on..." SOLVED

- The colors in the trackerLogin processMap are different to the processMap of a normal user
- The colors in the trackerLogin processMap are equal to the processMap of a normal user
This commit is contained in:
Victor Saisa Lopez
2012-04-25 19:05:56 -04:00
parent 4b8d867af3
commit 55ac075100
2 changed files with 4 additions and 2 deletions

View File

@@ -220,7 +220,9 @@ class processMap {
} else {
$oTask->color = '#006633';
}
} else { //$oTask->color = '#939598';
}
else {
$oTask->color = "#939598";
}
}
} else {