add - CI & PR to visibility by org key

This commit is contained in:
2025-11-09 08:27:36 +03:30
parent d9d21726f3
commit abb490b40e

View File

@@ -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',
},
}