mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-15 09:21:26 +00:00
Add 'link' field to attachment serializer
This commit is contained in:
@ -85,6 +85,7 @@ class PartAttachmentSerializer(InvenTreeAttachmentSerializer):
|
||||
'part',
|
||||
'attachment',
|
||||
'filename',
|
||||
'link',
|
||||
'comment',
|
||||
'upload_date',
|
||||
]
|
||||
|
Reference in New Issue
Block a user