This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goHelp() {
|
||||
window.open(this.$store.state.helpUrl + "ay-ex-delete", "_blank");
|
||||
window.open(window.$gz.api.helpUrl() + "ay-ex-delete", "_blank");
|
||||
},
|
||||
canDoAction() {
|
||||
return true;
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
);
|
||||
},
|
||||
goHelp() {
|
||||
window.open(this.$store.state.helpUrl + "ay-ex-export", "_blank");
|
||||
window.open(window.$gz.api.helpUrl() + "ay-ex-export", "_blank");
|
||||
},
|
||||
|
||||
async doAction() {
|
||||
|
||||
@@ -66,7 +66,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goHelp() {
|
||||
window.open(this.$store.state.helpUrl + "ay-ex-tags", "_blank");
|
||||
window.open(window.$gz.api.helpUrl() + "ay-ex-tags", "_blank");
|
||||
},
|
||||
canDoAction() {
|
||||
const vm = this;
|
||||
|
||||
@@ -196,7 +196,7 @@ export default {
|
||||
),
|
||||
null,
|
||||
"error",
|
||||
`${this.$store.state.helpUrl}/ay-report-timeout`
|
||||
`${window.$gz.api.helpUrl()}/ay-report-timeout`
|
||||
);
|
||||
//we're done here
|
||||
return this.reject(this.$ay.t("JobFailed"));
|
||||
|
||||
@@ -414,7 +414,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goHelp() {
|
||||
window.open(this.$store.state.helpUrl + "ay-start-form-wiki", "_blank");
|
||||
window.open(window.$gz.api.helpUrl() + "ay-start-form-wiki", "_blank");
|
||||
},
|
||||
compiledOutput() {
|
||||
if (!this.localVal) {
|
||||
|
||||
Reference in New Issue
Block a user