This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user