mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +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:
parent
c25175ac54
commit
7fc109e0c2
4 changed files with 93 additions and 15 deletions
|
|
@ -24,6 +24,8 @@ class InvenTreeBomItem extends InvenTreeModel {
|
|||
Map<String, String> defaultListFilters() {
|
||||
return {
|
||||
"sub_part_detail": "true",
|
||||
"part_detail": "true",
|
||||
"show_pricing": "false",
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue