2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Tweak PartParameterTable (#6512)

- Fix ordering of "name" field
This commit is contained in:
Oliver
2024-02-19 12:47:18 +11:00
committed by GitHub
parent 0f51127adf
commit 5f3932b7e1
2 changed files with 5 additions and 1 deletions

View File

@ -1595,7 +1595,9 @@ class PartParameterList(PartParameterAPIMixin, ListCreateAPI):
ordering_field_aliases = {
'name': 'template__name',
'units': 'template__units',
'data': ['data_numeric', 'data'],
'part': 'part__name',
}
search_fields = [