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

Bug fixes:

- prevent addition of empty filter tags
This commit is contained in:
Oliver Walters
2020-04-11 22:09:09 +10:00
parent 57d7d729c1
commit d606df16f7
3 changed files with 11 additions and 7 deletions

View File

@ -19,8 +19,8 @@ function getAvailableTableFilters(tableKey) {
return {
cascade: {
type: 'bool',
description: '{% trans "Include stock in sublocations" %}',
title: '{% trans "Include sublocations" %}',
description: '{% trans "Include stock in sublocations" %}',
},
active: {
type: 'bool',