main
parent
ac43e9e972
commit
21e948fcc4
|
|
@ -645,7 +645,7 @@ export class DataService {
|
||||||
|
|
||||||
if(resp.d2!=null){
|
if(resp.d2!=null){
|
||||||
let isFixed = true;
|
let isFixed = true;
|
||||||
if(resp.state == 0 || resp.state == 3){
|
if(resp.state == 0 || resp.state == 3 || resp.state == 9){
|
||||||
isFixed = false;
|
isFixed = false;
|
||||||
}
|
}
|
||||||
tasks.push(
|
tasks.push(
|
||||||
|
|
|
||||||
|
|
@ -1139,12 +1139,14 @@ export class NttGanttComponent implements OnInit {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(args.dialogModel){
|
if(args.dialogModel){
|
||||||
|
args = null;
|
||||||
args.cancel = true;
|
args.cancel = true;
|
||||||
if(args.rowData.taskData.resources[0].state == 0){
|
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");
|
window.open("https://itsm-test-neu-smartit.asfinag.at/smartit/app/#/paketPV/"+args.rowData.taskData.resources[0].packageInstanceId+"\"", "_blank");
|
||||||
}else{
|
}else{
|
||||||
window.open("https://itsm-test-neu-smartit.asfinag.at/smartit/app/#/changePV/"+args.rowData.taskData.resources[0].packageInstanceId+"\"", "_blank");
|
window.open("https://itsm-test-neu-smartit.asfinag.at/smartit/app/#/changePV/"+args.rowData.taskData.resources[0].packageInstanceId+"\"", "_blank");
|
||||||
}
|
}
|
||||||
|
this.ganttDefault.hideSpinner();
|
||||||
}else{
|
}else{
|
||||||
if(args.requestType=='sorting'){
|
if(args.requestType=='sorting'){
|
||||||
let colName = "";
|
let colName = "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue