mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Revert "More intelligent passing of context data in AjaxView"
This reverts commit fbb9a708f5
.
This commit is contained in:
@ -28,7 +28,6 @@ class BuildSerializer(InvenTreeModelSerializer):
|
||||
'completion_date',
|
||||
'part',
|
||||
'quantity',
|
||||
'is_active',
|
||||
'status',
|
||||
'status_text',
|
||||
'notes']
|
||||
@ -38,7 +37,6 @@ class BuildSerializer(InvenTreeModelSerializer):
|
||||
'creation_date',
|
||||
'completion_data',
|
||||
'status_text',
|
||||
'is_active',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user