This commit is contained in:
@@ -50,9 +50,6 @@ SHELL / NAV / MENUS / LAYOUT
|
|||||||
TODO: Search option appears in menu on Search page. :)
|
TODO: Search option appears in menu on Search page. :)
|
||||||
|
|
||||||
|
|
||||||
TODO: Upgrade front and back end libs / tools / frameworks
|
|
||||||
- is .net 3.1 released yet? Jesus! :)
|
|
||||||
- Vue / vuetify etc
|
|
||||||
|
|
||||||
TODO: Enforce role rights for menu items once it's stubbed out
|
TODO: Enforce role rights for menu items once it's stubbed out
|
||||||
|
|
||||||
|
|||||||
@@ -107,12 +107,15 @@ export default {
|
|||||||
vm.appBar.menuItems.push({ divider: true, inset: false });
|
vm.appBar.menuItems.push({ divider: true, inset: false });
|
||||||
|
|
||||||
//SEARCH
|
//SEARCH
|
||||||
vm.appBar.menuItems.push({
|
if (ctx.icon != "fa-search") {
|
||||||
title: window.$gz.locale.get("Search"),
|
//For all forms but not on the search form itself; if this is necessary for others then make a nosearch or something flag controlled by incoming ctx but if not then this should suffice
|
||||||
icon: "search",
|
vm.appBar.menuItems.push({
|
||||||
key: "app:search",
|
title: window.$gz.locale.get("Search"),
|
||||||
data: formAyaType
|
icon: "search",
|
||||||
});
|
key: "app:search",
|
||||||
|
data: formAyaType
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
//HELP
|
//HELP
|
||||||
vm.appBar.menuItems.push({
|
vm.appBar.menuItems.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user