2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 09:18:10 +00:00

Push BOM validation to background worker (#10727)

- Can take a significant amount of time
- Closes https://github.com/inventree/InvenTree/issues/10725
This commit is contained in:
Oliver
2025-10-31 20:41:31 +11:00
committed by GitHub
parent 16a753bf59
commit 46ea541bc4
3 changed files with 44 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ function BomValidationInformation({
<Text>{t`Do you want to validate the bill of materials for this assembly?`}</Text>
</Alert>
),
successMessage: t`BOM validated`,
successMessage: t`Bill of materials scheduled for validation`,
onFormSuccess: () => {
bomInformationQuery.refetch();
}