2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Rename Build.URL -> Build.link

This commit is contained in:
Oliver Walters
2020-04-06 11:28:35 +10:00
parent bbe714c8f7
commit 789712acbe
7 changed files with 51 additions and 12 deletions

View File

@ -30,7 +30,9 @@ class BuildSerializer(InvenTreeModelSerializer):
'quantity',
'status',
'status_text',
'notes']
'notes',
'link',
]
read_only_fields = [
'status',