#2076 Aufgaben in Bearbeitung rot anzeigen, wenn überfällig

This commit is contained in:
Lorenz Hilpert
2021-08-20 11:09:03 +02:00
parent ec33987f74
commit b0ac76fa36

View File

@@ -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';
}