From abb490b40e940fd6e350788c1c636fc20298c44a Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 9 Nov 2025 08:27:36 +0330 Subject: [PATCH] add - CI & PR to visibility by org key --- apps/core/visibility_registry.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', }, }