Fix row status filter for Import/Export batches
per Buefy theme
This commit is contained in:
parent
af4be59fe0
commit
eaeda6ca36
2 changed files with 10 additions and 3 deletions
|
@ -210,7 +210,7 @@ class GridFilter(object):
|
|||
normalized = choices
|
||||
elif isinstance(choices, dict):
|
||||
normalized = OrderedDict([
|
||||
(key, choices[value])
|
||||
(key, choices[key])
|
||||
for key in sorted(choices)])
|
||||
elif isinstance(choices, list):
|
||||
normalized = OrderedDict([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue