add - CI & PR to visibility by org key
This commit is contained in:
@@ -21,6 +21,8 @@ VISIBILITY_MAP = {
|
|||||||
VISIBILITY_MAP_BY_ORG_KEY = {
|
VISIBILITY_MAP_BY_ORG_KEY = {
|
||||||
'device': {
|
'device': {
|
||||||
'PSP': 'organization',
|
'PSP': 'organization',
|
||||||
'CO': 'assignment__client__organization'
|
'CO': 'assignment__client__organization',
|
||||||
|
'CI': 'assignment__client__organization',
|
||||||
|
'PR': 'assignment__client__organization',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user