2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Add ability to filter BOM status by "validated" field

This commit is contained in:
Oliver Walters
2020-10-26 14:43:43 +11:00
parent 24ab48ef4c
commit 8f108d42d2
2 changed files with 24 additions and 1 deletions

View File

@ -17,7 +17,11 @@ function getAvailableTableFilters(tableKey) {
trackable: {
type: 'bool',
title: '{% trans "Trackable Part" %}'
}
},
validated: {
type: 'bool',
title: '{% trans "Validated" %}',
},
};
}