NeCTAR-RC / nectar-dashboard

Custom mods for openstack-dashboard and horizon
Other
5 stars 4 forks source link

'allocation' filter is ignored when calling '/rest_api/chiefinvestigators/' endpoint #11

Closed am-nash closed 5 months ago

am-nash commented 8 months ago

Likely due to drf viewset attribute 'filter_fields' having been renamed to 'filterset_fields'?

https://github.com/NeCTAR-RC/nectar-dashboard/blob/93e83e279886313c990aaa3de9717d1063e9619b/nectar_dashboard/rcallocation/api/allocation_extra.py#L56

https://www.django-rest-framework.org/api-guide/filtering/#djangofilterbackend

sorrison commented 5 months ago

This has been fixed