Fix row status filter for Import/Export batches

per Buefy theme
This commit is contained in:
Lance Edgar 2020-03-23 20:55:46 -05:00
parent af4be59fe0
commit eaeda6ca36
2 changed files with 10 additions and 3 deletions

View file

@ -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([