mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Cancel build function now works
This commit is contained in:
@ -32,6 +32,13 @@ class BuildSerializer(InvenTreeModelSerializer):
|
||||
'status_text',
|
||||
'notes']
|
||||
|
||||
read_only_fields = [
|
||||
'status',
|
||||
'creation_date',
|
||||
'completion_data',
|
||||
'status_text',
|
||||
]
|
||||
|
||||
|
||||
class BuildItemSerializer(InvenTreeModelSerializer):
|
||||
""" Serializes a BuildItem object """
|
||||
|
Reference in New Issue
Block a user