mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Show part revision in Build Details panel (#9373)
This commit is contained in:
		| @@ -101,6 +101,14 @@ export default function BuildDetail() { | |||||||
|         hidden: !build.part_detail?.IPN, |         hidden: !build.part_detail?.IPN, | ||||||
|         copy: true |         copy: true | ||||||
|       }, |       }, | ||||||
|  |       { | ||||||
|  |         type: 'string', | ||||||
|  |         name: 'part_detail.revision', | ||||||
|  |         icon: 'revision', | ||||||
|  |         label: t`Revision`, | ||||||
|  |         hidden: !build.part_detail?.revision, | ||||||
|  |         copy: true | ||||||
|  |       }, | ||||||
|       { |       { | ||||||
|         type: 'status', |         type: 'status', | ||||||
|         name: 'status', |         name: 'status', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user