This commit is contained in:
@@ -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: 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:
|
todo: error http://localhost:8080/adm-global-select-templates pick Customer get error at server:
|
||||||
Check other ones as well
|
Check other ones as well
|
||||||
|
|||||||
@@ -208,6 +208,13 @@ function generateMenu(vm) {
|
|||||||
surface: false,
|
surface: false,
|
||||||
key: "app:nav:log",
|
key: "app:nav:log",
|
||||||
data: "ay-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);
|
let m = window.$gz.menu.parseMenuItem(menuItem);
|
||||||
if (m.owner == "about" && !m.disabled) {
|
if (m.owner == "about" && !m.disabled) {
|
||||||
switch (m.key) {
|
switch (m.key) {
|
||||||
|
case "contact":
|
||||||
|
break;
|
||||||
case "copysupportinfo":
|
case "copysupportinfo":
|
||||||
//put the support info on the clipboard:
|
//put the support info on the clipboard:
|
||||||
let element = document.getElementById("ayaNovaVersioncard");
|
let element = document.getElementById("ayaNovaVersioncard");
|
||||||
|
|||||||
Reference in New Issue
Block a user