Skip to content

Commit

Permalink
Merge pull request #1531 from maykinmedia/issue/venray-133-change-emp…
Browse files Browse the repository at this point in the history
…ty-status

[Venray #133] Show "Nieuwe aanvraag" if the status for a case is unknown
  • Loading branch information
alextreme authored Dec 24, 2024
2 parents 6b3f87b + fcf6d6a commit 9fb8360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/cms/cases/views/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def get_statuses_data(
"label": glom_multiple(
s,
("statustype.statustekst", "statustype.omschrijving"),
default=_("No data available"),
default=_("Nieuwe aanvraag"),
),
"status_indicator": getattr(
statustype_config_mapping.get(s.statustype.url),
Expand Down

0 comments on commit 9fb8360

Please sign in to comment.