2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-29 18:20:53 +00:00

Edit BOM substitutes ()

* Edit BOM substitutes

* Add playwright tests
This commit is contained in:
Oliver
2025-04-16 14:38:59 +10:00
committed by GitHub
parent 0707ebf59b
commit 204e2e6d46
5 changed files with 224 additions and 29 deletions
src/frontend

@ -102,6 +102,7 @@ export enum ApiEndpoints {
bom_list = 'bom/',
bom_item_validate = 'bom/:id/validate/',
bom_validate = 'part/:id/bom-validate/',
bom_substitute_list = 'bom/substitute/',
// Part API endpoints
part_list = 'part/',