This commit is contained in:
@@ -50,9 +50,6 @@ SHELL / NAV / MENUS / LAYOUT
|
||||
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
|
||||
|
||||
|
||||
@@ -107,12 +107,15 @@ export default {
|
||||
vm.appBar.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
//SEARCH
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("Search"),
|
||||
icon: "search",
|
||||
key: "app:search",
|
||||
data: formAyaType
|
||||
});
|
||||
if (ctx.icon != "fa-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
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("Search"),
|
||||
icon: "search",
|
||||
key: "app:search",
|
||||
data: formAyaType
|
||||
});
|
||||
}
|
||||
|
||||
//HELP
|
||||
vm.appBar.menuItems.push({
|
||||
|
||||
Reference in New Issue
Block a user