This commit is contained in:
@@ -401,7 +401,12 @@ function initNavPanel() {
|
||||
}
|
||||
|
||||
//**** Service (TOP GROUP)
|
||||
if (sub.length > 0) {
|
||||
if (
|
||||
sub.length > 0 &&
|
||||
!window.$gz.role.hasRole([
|
||||
window.$gz.role.AUTHORIZATION_ROLES.TechRestricted
|
||||
])
|
||||
) {
|
||||
addNavItem("Service", "$ayiToolbox", undefined, sub, key++, "service");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user