mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#2076 Aufgaben in Bearbeitung rot anzeigen, wenn überfällig
This commit is contained in:
@@ -206,14 +206,14 @@ export class DomainTaskCalendarService {
|
||||
return '#f70400';
|
||||
}
|
||||
|
||||
if (processingStatusList.includes('InProcess')) {
|
||||
return '#FFCC01';
|
||||
}
|
||||
|
||||
if (processingStatusList.includes('Overdue')) {
|
||||
return '#f70400';
|
||||
}
|
||||
|
||||
if (processingStatusList.includes('InProcess')) {
|
||||
return '#FFCC01';
|
||||
}
|
||||
|
||||
if (processingStatusList.includes('Approved')) {
|
||||
return '#8A949E';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user