Skip to content

Commit

Permalink
🐛 [#254] fix wrongly configured url view_names within the PersoonSeri…
Browse files Browse the repository at this point in the history
…alizer and BijlageSerializer.
  • Loading branch information
bart-maykin committed Nov 15, 2024
1 parent 8d7f179 commit f75f41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Meta:
extra_kwargs = {
"uuid": {"read_only": True},
"url": {
"view_name": "contactgegevens:organisatie-detail",
"view_name": "contactgegevens:persoon-detail",
"lookup_field": "uuid",
"help_text": "De unieke URL van deze organisatie binnen deze API.",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class Meta:
extra_kwargs = {
"uuid": {"read_only": True},
"url": {
"view_name": "klantinteracties:klantcontact-detail",
"view_name": "klantinteracties:bijlage-detail",
"lookup_field": "uuid",
"help_text": _("De unieke URL van dit klantcontact binnen deze API."),
},
Expand Down

0 comments on commit f75f41f

Please sign in to comment.