Merge pull request #10679 from AlexSCorey/10549-AuditorsCanAssociateHostWithGroup

Enforces Proper permissions for Host Groups List
This commit is contained in:
Sarah Akus 2021-07-21 09:45:38 -04:00 committed by GitHub
commit 66fc92a97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {