From 81b5a07b44ec8c4f22cecef0fe7cb1c35733968a Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 9 Nov 2025 08:50:28 +0330 Subject: [PATCH] fix - my devices --- apps/core/visibility_registry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', }, }