This commit is contained in:
@@ -122,7 +122,8 @@ export default {
|
||||
vm.appBar.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
//SEARCH
|
||||
if (isCoreBizObject && ctx.icon != "fa-search") {
|
||||
//all forms except the search form
|
||||
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.translation.get("Search"),
|
||||
|
||||
Reference in New Issue
Block a user