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 CURRENT TODOs
=-=-=-=-=-=-= =-=-=-=-=-=-=
todo: post to server
todo: about link is showing on about form todo: about link is showing on about form
TODO: No way to make a new widget now!!! 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 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 //ABOUT
if (ctx.helpUrl != "form-ay-about") {
vm.appBar.menuItems.push({ vm.appBar.menuItems.push({
title: window.$gz.locale.get("HelpAboutAyaNova"), title: window.$gz.locale.get("HelpAboutAyaNova"),
icon: "info-circle", icon: "info-circle",
key: "app:nav:abt", key: "app:nav:abt",
data: "ay-about" data: "ay-about"
}); });
}
//LOGOUT //LOGOUT
vm.appBar.menuItems.push({ vm.appBar.menuItems.push({
title: window.$gz.locale.get("Logout"), title: window.$gz.locale.get("Logout"),