This commit is contained in:
2020-02-27 23:29:07 +00:00
parent 652044576b
commit b4bc5590d0
2 changed files with 10 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ CURRENT ROADMAP
CURRENT TODOs
=-=-=-=-=-=-=
todo: post to server
todo: about link is showing on about form
TODO: No way to make a new widget now!!!
TODO: save (post) of new record at client triggers renavigation to that page again which also triggers fetch

View File

@@ -137,12 +137,15 @@ export default {
});
//ABOUT
vm.appBar.menuItems.push({
title: window.$gz.locale.get("HelpAboutAyaNova"),
icon: "info-circle",
key: "app:nav:abt",
data: "ay-about"
});
if (ctx.helpUrl != "form-ay-about") {
vm.appBar.menuItems.push({
title: window.$gz.locale.get("HelpAboutAyaNova"),
icon: "info-circle",
key: "app:nav:abt",
data: "ay-about"
});
}
//LOGOUT
vm.appBar.menuItems.push({
title: window.$gz.locale.get("Logout"),