mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Remove the custom get_view_name function
It appeared to not be doing anything that we were making use of that couldn't already be done, slightly differently, using DRF's built-in one.
This commit is contained in:
@@ -60,7 +60,7 @@ class InventoryUpdateEventsList(SubListAPIView):
|
||||
serializer_class = InventoryUpdateEventSerializer
|
||||
parent_model = InventoryUpdate
|
||||
relationship = 'inventory_update_events'
|
||||
view_name = _('Inventory Update Events List')
|
||||
name = _('Inventory Update Events List')
|
||||
search_fields = ('stdout',)
|
||||
|
||||
def finalize_response(self, request, response, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user