mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +00:00
Merge pull request #834 from SchrodingersGat/api-bug-fix
Allow API upload of file attachments against StockItemTestResult objects
This commit is contained in:
commit
8384071ac3
@ -259,7 +259,6 @@ class StockItemTestResultSerializer(InvenTreeModelSerializer):
|
|||||||
|
|
||||||
read_only_fields = [
|
read_only_fields = [
|
||||||
'pk',
|
'pk',
|
||||||
'attachment',
|
|
||||||
'user',
|
'user',
|
||||||
'date',
|
'date',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user