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;
response.changes.forEach(resp=>{
//console.log(resp.resourceId+" "+resp.approvalStatus)
console.log(resp);
//console.log(resp);
let tasks : any[] = [];
if(resp.d1!=null){
tasks.push(

View File

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

View File

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