This commit is contained in:
2022-02-15 19:48:26 +00:00
parent b29ab8eceb
commit 27efdd9644
14 changed files with 28 additions and 54 deletions

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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"));

View File

@@ -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) {