mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Update PartParameterTemplate API (#6538)
* Update PartParameterTemplate API - Expose number of "parts" using a particular template - Improve filtering visibility - Update PUI table * Update API version
This commit is contained in:
@ -51,6 +51,11 @@ export default function PartParameterTemplateTable() {
|
||||
sortable: true,
|
||||
switchable: false
|
||||
},
|
||||
{
|
||||
accessor: 'parts',
|
||||
sortable: true,
|
||||
switchable: true
|
||||
},
|
||||
{
|
||||
accessor: 'units',
|
||||
sortable: true
|
||||
|
Reference in New Issue
Block a user