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:
@ -24,6 +24,8 @@ class InvenTreeBomItem extends InvenTreeModel {
|
||||
Map<String, String> defaultListFilters() {
|
||||
return {
|
||||
"sub_part_detail": "true",
|
||||
"part_detail": "true",
|
||||
"show_pricing": "false",
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user