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:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user