2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Part parameter update (#3605)

* Adds 'description' field to PartParameterTemplate model

* Add 'description' field to API, update settings table

* Bump API version

* Allow more characters in PartParameterTemplate name
This commit is contained in:
Oliver
2022-08-25 07:33:36 +10:00
committed by GitHub
parent 6adfc91c5c
commit e8621a97bc
5 changed files with 43 additions and 5 deletions

View File

@ -240,6 +240,7 @@ class PartParameterTemplateSerializer(InvenTreeModelSerializer):
'pk',
'name',
'units',
'description',
]