mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Add role_level to org lookup query string
This commit is contained in:
parent
d63ab2811a
commit
523170491c
@ -218,7 +218,8 @@ function LegacyCredentialsService (pathService) {
|
||||
organization_search: {
|
||||
value: {
|
||||
page_size: 5,
|
||||
order_by: 'name'
|
||||
order_by: 'name',
|
||||
role_level: 'admin_role'
|
||||
},
|
||||
dynamic: true,
|
||||
squash: ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user