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:
@ -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',
|
||||
|
Reference in New Issue
Block a user