2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-04 10:31:03 +00:00

[API] BOM active filter (#11242)

* Add 'sub_part_active' filter for BOM list

* Add UI filter

* Bump API version
This commit is contained in:
Oliver
2026-02-03 09:11:57 +11:00
committed by GitHub
parent 619da6e619
commit 05b8c812f5
3 changed files with 19 additions and 7 deletions

View File

@@ -425,6 +425,11 @@ export function BomTable({
label: t`Trackable Part`,
description: t`Show trackable items`
},
{
name: 'sub_part_active',
label: t`Active Part`,
description: t`Show active items`
},
{
name: 'sub_part_assembly',
label: t`Assembled Part`,