plantime/Done

main
manueltauber 2023-06-14 12:39:14 +02:00
parent 781ffd08b1
commit 0db5e3226d
3 changed files with 3 additions and 2 deletions

View File

@ -256,7 +256,7 @@ export class DataService {
this.totalSize = response.totalSize; this.totalSize = response.totalSize;
response.changes.forEach(resp=>{ response.changes.forEach(resp=>{
//console.log(resp.resourceId+" "+resp.approvalStatus) //console.log(resp.resourceId+" "+resp.approvalStatus)
console.log(resp); //console.log(resp);
let tasks : any[] = []; let tasks : any[] = [];
if(resp.d1!=null){ if(resp.d1!=null){
tasks.push( tasks.push(

View File

@ -139,7 +139,7 @@
</ng-template> </ng-template>
</ejs-gantt> </ejs-gantt>
<app-plan-time-bar *ngIf="renderGantt" <app-plan-time-bar *ngIf="renderplanTime"
[inputData]="inputForTimeline" [inputData]="inputForTimeline"
[splitterSettings]="splitterSettings" [splitterSettings]="splitterSettings"
[parentResources]="allResources" [parentResources]="allResources"

View File

@ -462,6 +462,7 @@ public logg(args){
return resource.resourceId == args.data.taskData.resources[0].resourceId; return resource.resourceId == args.data.taskData.resources[0].resourceId;
}); });
this.dataService.updateDatePerChange(found); this.dataService.updateDatePerChange(found);
this.renderplanTime = false;
this.refreshData(); this.refreshData();
} }
} }