This commit is contained in:
2021-07-13 23:03:58 +00:00
parent 85facc8dfb
commit bdab601fa5
2 changed files with 12 additions and 4 deletions

View File

@@ -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");
}