Manuel Tauber 2024-04-19 13:35:38 +02:00
parent 35354a27ef
commit 1f22001b2d
1 changed files with 1 additions and 1 deletions

View File

@ -1325,7 +1325,7 @@ export class NttGanttComponent implements OnInit {
}else{
allReject = false;
}
if(this.evaluateCancelFlag(change) == true && allCancel == true){
if(change.taskData.approval == true && this.evaluateCancelFlag(change) == true && allCancel == true){
allCancel = true;
}else{
allCancel = false;