2
0
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:
Oliver
2024-02-21 23:59:02 +11:00
committed by GitHub
parent 0bfbd45cec
commit defa03b83a
4 changed files with 67 additions and 45 deletions

View File

@ -51,6 +51,11 @@ export default function PartParameterTemplateTable() {
sortable: true,
switchable: false
},
{
accessor: 'parts',
sortable: true,
switchable: true
},
{
accessor: 'units',
sortable: true