This commit is contained in:
@@ -183,9 +183,9 @@ export default {
|
||||
this.$gzevent.$on("menu-click", function(key) {
|
||||
if (key.startsWith("app:")) {
|
||||
if (key.startsWith("app:help:")) {
|
||||
// "https://www.ayanova.com/AyaNova7webHelp/" +
|
||||
var helpurl =
|
||||
"https://www.ayanova.com/AyaNova7webHelp/" +
|
||||
key.replace("app:help:", "");
|
||||
that.$store.state.helpUrl + key.replace("app:help:", "");
|
||||
window.open(helpurl, "_blank");
|
||||
} else {
|
||||
alert("STUB: App.vue::menu click: " + key);
|
||||
|
||||
@@ -183,7 +183,7 @@ export default {
|
||||
{ title: "DUPLICATE", icon: "clone", key: "duplicate" },
|
||||
{ title: "SAVE", icon: "save", key: "save" },
|
||||
{ title: "DELETE", icon: "trash-alt", key: "delete" },
|
||||
{ title: "HELP", key: "app:help:clients_entry_screen.htm" }
|
||||
{ title: "HELP", key: "app:help:intro/#searching" }
|
||||
]
|
||||
});
|
||||
this.$gzevent.$on("menu-click", clickHandler);
|
||||
|
||||
Reference in New Issue
Block a user