mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Fix bug (#1502)
This commit is contained in:
@@ -29,7 +29,7 @@ def build():
|
|||||||
|
|
||||||
def get_access_policy(caa=None):
|
def get_access_policy(caa=None):
|
||||||
if not caa:
|
if not caa:
|
||||||
build()
|
caa = build()
|
||||||
parent = gapi_crm.get_org_id()
|
parent = gapi_crm.get_org_id()
|
||||||
if not parent:
|
if not parent:
|
||||||
_gen_role_error(caa)
|
_gen_role_error(caa)
|
||||||
|
|||||||
Reference in New Issue
Block a user