Restrict superuser, eval mode offer bizadmin once it exists so evaluators can see all the things now restricted to superuser

This commit is contained in:
2022-08-24 19:36:05 +00:00
parent 27ea21bc77
commit 3c555a2aea

View File

@@ -532,7 +532,7 @@ function initNavPanel() {
}
//######### VENDORS (TOP GROUP)
if (window.$gz.role.canOpen(window.$gz.type.Vendor) && !isSu ) {
if (window.$gz.role.canOpen(window.$gz.type.Vendor) && !isSu) {
addNavItem("VendorList", "$ayiStore", "/vendors", [], key++, "vendor");
}