mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Renamed _get_queryset in new inventory view to reflect filtering updates.
This commit is contained in:
parent
7183549289
commit
b3615465d1
@ -875,7 +875,7 @@ class InventoryRootGroupsList(BaseSubList):
|
||||
severable = False
|
||||
filter_fields = ('name',)
|
||||
|
||||
def _get_queryset(self):
|
||||
def get_queryset(self):
|
||||
inventory = Inventory.objects.get(pk=self.kwargs['pk'])
|
||||
base = inventory.groups
|
||||
all_ids = base.values_list('id', flat=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user