This commit is contained in:
2020-07-06 15:21:05 +00:00
parent 2c66131a5f
commit 15f543e3b6
2 changed files with 10 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
todo: move contact url from evaluate form to gzapi and then consider places to put more contact tech support buttons, perhaps in About form?
todo: remvioe about link on about form
todo: error http://localhost:8080/adm-global-select-templates pick Customer get error at server:
Check other ones as well

View File

@@ -208,6 +208,13 @@ function generateMenu(vm) {
surface: false,
key: "app:nav:log",
data: "ay-log"
},
{
title: "HelpTechSupport",
icon: "fa-life-ring",
href: "",
target: "blank",
key: "about:contact"
}
]
};
@@ -225,6 +232,8 @@ function clickHandler(menuItem) {
let m = window.$gz.menu.parseMenuItem(menuItem);
if (m.owner == "about" && !m.disabled) {
switch (m.key) {
case "contact":
break;
case "copysupportinfo":
//put the support info on the clipboard:
let element = document.getElementById("ayaNovaVersioncard");