diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1c6ef35a..137a8283 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index ca50dd7b..50a9e72a 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -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");