mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Removed some missed things from our Group role removal work
* Removed `groups/n/object_roles` * Removed `groups/n/access_list` * `active_roles` from the Group `summary_fields` #2631
This commit is contained in:
@@ -443,7 +443,7 @@ class Host(CommonModelNameNotUnique):
|
||||
# Use .job_events.all() to get events affecting this host.
|
||||
|
||||
|
||||
class Group(CommonModelNameNotUnique, ResourceMixin):
|
||||
class Group(CommonModelNameNotUnique):
|
||||
'''
|
||||
A group containing managed hosts. A group or host may belong to multiple
|
||||
groups.
|
||||
|
||||
Reference in New Issue
Block a user