mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Add role_level to org lookup query string
This commit is contained in:
@@ -218,7 +218,8 @@ function LegacyCredentialsService (pathService) {
|
|||||||
organization_search: {
|
organization_search: {
|
||||||
value: {
|
value: {
|
||||||
page_size: 5,
|
page_size: 5,
|
||||||
order_by: 'name'
|
order_by: 'name',
|
||||||
|
role_level: 'admin_role'
|
||||||
},
|
},
|
||||||
dynamic: true,
|
dynamic: true,
|
||||||
squash: ''
|
squash: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user