This commit is contained in:
2022-07-15 23:09:02 +00:00
parent 1918ac85dc
commit 2c7307e495
3 changed files with 7 additions and 7 deletions

View File

@@ -686,7 +686,10 @@ function initNavPanel() {
}
//INTEGRATION
if (!licenseLockout && window.$gz.role.canOpen(window.$gz.type.Integration)) {
//decision here is that only teh biz admin can *control* or remove an integration
//even though all full role inside users can create or edit integrations (just not through the AyaNova user interface)
//this is required to support integrations made for various roles like inventory accounting etc
if (!licenseLockout && window.$gz.role.canOpen(window.$gz.type.Global)) {
sub.push({
title: "IntegrationList",
icon: "$ayiCampground",