diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 137a8283..dccf850f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,9 +4,6 @@ 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 2020-07-01 15:18:23.7324|ERROR|SERVER|Error=>System.NotImplementedException: PICKLIST NOT IMPLEMENTED diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index fe53bfac..39ffd00d 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -198,14 +198,12 @@ function generateMenu(vm) { { title: "CopySupportInfo", icon: "fa-copy", - surface: false, key: "about:copysupportinfo", vm: vm }, { title: "Log", icon: "fa-glasses", - surface: false, key: "app:nav:log", data: "ay-log" },