mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #10679 from AlexSCorey/10549-AuditorsCanAssociateHostWithGroup
Enforces Proper permissions for Host Groups List
This commit is contained in:
commit
66fc92a97f
@ -21,7 +21,7 @@ class Hosts extends Base {
|
||||
}
|
||||
|
||||
readGroupsOptions(id) {
|
||||
return this.http.options(`${this.baseUrl}${id}/groups/`);
|
||||
return this.http.options(`${this.baseUrl}${id}/all_groups/`);
|
||||
}
|
||||
|
||||
associateGroup(id, groupId) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user