mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Add 'link' field to attachment serializer
This commit is contained in:
@ -525,6 +525,7 @@ class BuildAttachmentSerializer(InvenTreeAttachmentSerializer):
|
||||
'pk',
|
||||
'build',
|
||||
'attachment',
|
||||
'link',
|
||||
'filename',
|
||||
'comment',
|
||||
'upload_date',
|
||||
|
Reference in New Issue
Block a user