2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Show part revision in Build Details panel (#9373)

This commit is contained in:
gunstr 2025-03-25 00:57:16 +01:00 committed by GitHub
parent 42dcc01f9d
commit a6e4742ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,14 @@ export default function BuildDetail() {
hidden: !build.part_detail?.IPN,
copy: true
},
{
type: 'string',
name: 'part_detail.revision',
icon: 'revision',
label: t`Revision`,
hidden: !build.part_detail?.revision,
copy: true
},
{
type: 'status',
name: 'status',