main
parent
ac43e9e972
commit
21e948fcc4
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue