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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user