This commit is contained in:
@@ -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:
|
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
|
||||||
2020-07-01 15:18:23.7324|ERROR|SERVER|Error=>System.NotImplementedException: PICKLIST NOT IMPLEMENTED
|
2020-07-01 15:18:23.7324|ERROR|SERVER|Error=>System.NotImplementedException: PICKLIST NOT IMPLEMENTED
|
||||||
|
|||||||
@@ -198,14 +198,12 @@ function generateMenu(vm) {
|
|||||||
{
|
{
|
||||||
title: "CopySupportInfo",
|
title: "CopySupportInfo",
|
||||||
icon: "fa-copy",
|
icon: "fa-copy",
|
||||||
surface: false,
|
|
||||||
key: "about:copysupportinfo",
|
key: "about:copysupportinfo",
|
||||||
vm: vm
|
vm: vm
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Log",
|
title: "Log",
|
||||||
icon: "fa-glasses",
|
icon: "fa-glasses",
|
||||||
surface: false,
|
|
||||||
key: "app:nav:log",
|
key: "app:nav:log",
|
||||||
data: "ay-log"
|
data: "ay-log"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user