From 0824a900975695fd6141911bbc00bc71f91bd0dc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Jul 2019 16:56:03 +0000 Subject: [PATCH] --- ayanova/src/api/gzmenu.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index 7c3dcf1b..91cdd454 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -61,6 +61,21 @@ export default { key: "app:nav:abt", data: "about" }); + + //Customize menu item for biz admin full + + if (vm.$gzrole.hasRole(vm.$gzrole.AUTHORIZATION_ROLES.BizAdminFull)) { + //add customize menu item + //DIVIDER + //Insert the devider between context and global items + vm.appBar.menuItems.push({ divider: true, inset: false }); + //customize + vm.appBar.menuItems.push({ + title: vm.$gzlocale.get("Customize"), + icon: "sliders-h", + key: "app:nav:customize" + }); + } }, /////////////////////////////// // CHANGE HANDLER