mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Include model name in metadata
This commit is contained in:
		| @@ -108,5 +108,6 @@ class InvenTreeMetadata(SimpleMetadata): | |||||||
|                 # Mark this field as "related", and point to the URL where we can get the data! |                 # Mark this field as "related", and point to the URL where we can get the data! | ||||||
|                 field_info['type'] = 'related field' |                 field_info['type'] = 'related field' | ||||||
|                 field_info['api_url'] = model.get_api_url() |                 field_info['api_url'] = model.get_api_url() | ||||||
|  |                 field_info['model'] = model._meta.model_name | ||||||
|  |  | ||||||
|         return field_info |         return field_info | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user