diff --git a/apps/core/visibility_registry.py b/apps/core/visibility_registry.py index 5f08272..50835ae 100644 --- a/apps/core/visibility_registry.py +++ b/apps/core/visibility_registry.py @@ -21,8 +21,9 @@ VISIBILITY_MAP = { VISIBILITY_MAP_BY_ORG_KEY = { 'device': { 'PSP': 'organization', - 'CO': 'assignment__client__organization', + # 'CO': 'assignment__client__organization', 'CI': 'assignment__client__organization', 'PR': 'assignment__client__organization', + 'AGC': 'assignment__client__organization', }, }