Manuel Tauber 2024-05-02 15:35:15 +02:00
parent ac43e9e972
commit 21e948fcc4
2 changed files with 3 additions and 1 deletions

View File

@ -645,7 +645,7 @@ export class DataService {
if(resp.d2!=null){
let isFixed = true;
if(resp.state == 0 || resp.state == 3){
if(resp.state == 0 || resp.state == 3 || resp.state == 9){
isFixed = false;
}
tasks.push(

View File

@ -1139,12 +1139,14 @@ export class NttGanttComponent implements OnInit {
}
}
if(args.dialogModel){
args = null;
args.cancel = true;
if(args.rowData.taskData.resources[0].state == 0){
window.open("https://itsm-test-neu-smartit.asfinag.at/smartit/app/#/paketPV/"+args.rowData.taskData.resources[0].packageInstanceId+"\"", "_blank");
}else{
window.open("https://itsm-test-neu-smartit.asfinag.at/smartit/app/#/changePV/"+args.rowData.taskData.resources[0].packageInstanceId+"\"", "_blank");
}
this.ganttDefault.hideSpinner();
}else{
if(args.requestType=='sorting'){
let colName = "";