openRemedyTickets/Done
parent
6e2731f887
commit
1f30a4759b
|
|
@ -1055,7 +1055,11 @@ private oldFilters:{};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
public actionBegin(args: any) {
|
public actionBegin(args: any) {
|
||||||
//console.log(args); //custom Action
|
console.log(args); //custom Action
|
||||||
|
if(args.dialogModel){
|
||||||
|
args.cancel = true;
|
||||||
|
window.open("https://itsm-dev.asfinag.at/arsys/forms/itsm-app-dev/SHR%3ALandingConsole/Default+Administrator+View/?mode=search&F304255500=CHG:Infrastructure Change&F1000000076=FormOpenNoAppList&F303647600=SearchTicketWithQual&F304255610='1000000182' =\""+args.rowData.taskData.resources[0].changeNr+"\"", "_blank");
|
||||||
|
}else{
|
||||||
if(args.requestType=='sorting'){
|
if(args.requestType=='sorting'){
|
||||||
let colName = "";
|
let colName = "";
|
||||||
let mode = "asc";
|
let mode = "asc";
|
||||||
|
|
@ -1091,4 +1095,6 @@ private oldFilters:{};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue