Skip to content

Commit

Permalink
📝 [#205] change had_klantcontact help_text in betrokkeneSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Aug 8, 2024
1 parent 81f16aa commit 5904282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ class BetrokkeneSerializer(
had_klantcontact = KlantcontactForeignKeySerializer(
required=True,
allow_null=False,
help_text=_("Persoon of organisatie die betrokken was bij een klantcontact."),
help_text=_(
"Het klantcontact waar deze persoon of organisatie bij betrokken was."
),
source="klantcontact",
)
digitale_adressen = DigitaalAdresForeignKeySerializer(
Expand Down
6 changes: 4 additions & 2 deletions src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,8 @@ components:
hadKlantcontact:
allOf:
- $ref: '#/components/schemas/KlantcontactForeignKey'
description: Persoon of organisatie die betrokken was bij een klantcontact.
description: Het klantcontact waar deze persoon of organisatie bij betrokken
was.
digitaleAdressen:
type: array
items:
Expand Down Expand Up @@ -4332,7 +4333,8 @@ components:
hadKlantcontact:
allOf:
- $ref: '#/components/schemas/KlantcontactForeignKey'
description: Persoon of organisatie die betrokken was bij een klantcontact.
description: Het klantcontact waar deze persoon of organisatie bij betrokken
was.
digitaleAdressen:
type: array
items:
Expand Down

0 comments on commit 5904282

Please sign in to comment.