diff --git a/apps/core/visibility_registry.py b/apps/core/visibility_registry.py index 86f5cf6..5f08272 100644 --- a/apps/core/visibility_registry.py +++ b/apps/core/visibility_registry.py @@ -21,6 +21,8 @@ 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', }, }