This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user