2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Extract a list of existing substitute parts from the form

This commit is contained in:
Oliver
2021-10-14 16:50:56 +11:00
parent 05791a8efd
commit 0c60387626
2 changed files with 25 additions and 2 deletions

View File

@ -1349,7 +1349,7 @@ function initializeRelatedField(field, fields, options) {
// Allow custom run-time filter augmentation
if ('adjustFilters' in field) {
query = field.adjustFilters(query);
query = field.adjustFilters(query, options);
}
return query;