This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -137,12 +137,15 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//ABOUT
|
//ABOUT
|
||||||
vm.appBar.menuItems.push({
|
if (ctx.helpUrl != "form-ay-about") {
|
||||||
title: window.$gz.locale.get("HelpAboutAyaNova"),
|
vm.appBar.menuItems.push({
|
||||||
icon: "info-circle",
|
title: window.$gz.locale.get("HelpAboutAyaNova"),
|
||||||
key: "app:nav:abt",
|
icon: "info-circle",
|
||||||
data: "ay-about"
|
key: "app:nav:abt",
|
||||||
});
|
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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user