Skip to content

Commit

Permalink
Merge pull request #109 from forza-mor-rotterdam/hotfix/filter-column…
Browse files Browse the repository at this point in the history
…-onderwerp

hotfix: filter kolom onderwerp
  • Loading branch information
mguikema authored Sep 20, 2023
2 parents a5dd593 + 52ae139 commit 84598be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/context/constanten.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def td_label(self):
return default
onderwerpen_opties = self.context.get("filter_options", {}).get("onderwerp", {})
begraafplaats_namen = [
v[0]
str(v[0])
for k, v in onderwerpen_opties.items()
if k in [str(o) for o in onderwerpen]
]
Expand Down

0 comments on commit 84598be

Please sign in to comment.