Merge branch 'aimUrl'
commit
f4c8976554
|
|
@ -1231,9 +1231,10 @@ export class NttGanttComponent implements OnInit {
|
||||||
if (args.dialogModel) {
|
if (args.dialogModel) {
|
||||||
args.cancel = true;
|
args.cancel = true;
|
||||||
if (args.rowData.taskData.resources[0].state == 0) {
|
if (args.rowData.taskData.resources[0].state == 0) {
|
||||||
window.open(this.config.consoleUrl + "/smartit/app/#/paketPV/" + args.rowData.taskData.resources[0].packageInstanceId, "_blank");
|
// https://aim.asfinag.at/helix/index.html#/asf.aim/view/asf.aim:changePV?InstanceID=<InstanceID>
|
||||||
|
window.open(this.config.consoleUrl + "/helix/index.html#/asf.aim/view/asf.aim:paketPV?InstanceID=" + args.rowData.taskData.resources[0].packageInstanceId, "_blank");
|
||||||
} else {
|
} else {
|
||||||
window.open(this.config.consoleUrl + "/smartit/app/#/changePV/" + args.rowData.taskData.resources[0].packageInstanceId, "_blank");
|
window.open(this.config.consoleUrl + "/helix/index.html#/asf.aim/view/asf.aim:changePV?InstanceID=" + args.rowData.taskData.resources[0].packageInstanceId, "_blank");
|
||||||
}
|
}
|
||||||
this.ganttDefault.hideSpinner();
|
this.ganttDefault.hideSpinner();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"production":false,"rssoUrl":"http://orf.at","backendUrl":"http://localhost:8080/api", "consoleUrl": "https://itsm-dev-neu-smartit.asfinag.at"}
|
{"production":false,"rssoUrl":"http://orf.at","backendUrl":"http://localhost:8080/api", "consoleUrl": "https://aim.asfinag.at"}
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,6 @@ export const environment: AppConfig = {
|
||||||
production: false,
|
production: false,
|
||||||
rssoUrl: "#",
|
rssoUrl: "#",
|
||||||
backendUrl: "http://localhost:8080/api",
|
backendUrl: "http://localhost:8080/api",
|
||||||
consoleUrl: "https://itsm-dev-neu-smartit.asfinag.at"
|
consoleUrl: "https://aim.asfinag.at"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue