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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user