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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",
};
}