2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-17 04:35:26 +00:00

Show used in assembly list (#209)

* Update default list filters for BomItem

* Display "usedIn" count for part detail view

* Improve BillOfMaterials widget to display "used in" parts

* Update release notes
This commit is contained in:
Oliver
2022-09-10 14:06:58 +10:00
committed by GitHub
parent c25175ac54
commit 7fc109e0c2
4 changed files with 93 additions and 15 deletions

View File

@ -24,6 +24,8 @@ class InvenTreeBomItem extends InvenTreeModel {
Map<String, String> defaultListFilters() {
return {
"sub_part_detail": "true",
"part_detail": "true",
"show_pricing": "false",
};
}