mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Display thumbnail in Part 'used_in' detail view
This commit is contained in:
		| @@ -43,7 +43,7 @@ | ||||
|                 field: 'part_detail', | ||||
|                 title: 'Part', | ||||
|                 formatter: function(value, row, index, field) { | ||||
|                     return renderLink(value.name, value.url + 'bom/'); | ||||
|                     return imageHoverIcon(row.part_detail.image_url) + renderLink(value.name, value.url + 'bom/'); | ||||
|                 } | ||||
|             }, | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user