mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Include model name in metadata
This commit is contained in:
parent
c5df91efce
commit
9977b0bf59
@ -108,5 +108,6 @@ class InvenTreeMetadata(SimpleMetadata):
|
||||
# Mark this field as "related", and point to the URL where we can get the data!
|
||||
field_info['type'] = 'related field'
|
||||
field_info['api_url'] = model.get_api_url()
|
||||
field_info['model'] = model._meta.model_name
|
||||
|
||||
return field_info
|
||||
|
Loading…
Reference in New Issue
Block a user