-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ [#105] converted actor serializer to polymorphic serializer #111
✨ [#105] converted actor serializer to polymorphic serializer #111
Conversation
df03946
to
38b66f5
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #111 +/- ##
==========================================
- Coverage 97.20% 96.98% -0.22%
==========================================
Files 159 177 +18
Lines 7149 7366 +217
==========================================
+ Hits 6949 7144 +195
- Misses 200 222 +22 ☔ View full report in Codecov by Sentry. |
38b66f5
to
c237f39
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partijen
uuid
attribuut toevoegen- soortPartij: Persoon --> AKKOORD
- soortPartij: Contactpersoon
werkteVoorOrganisatie
hernoemen naarwerkteVoorPartij
- Attributen toevoegen:
uuid
enurl
- validator toevoegen. Een partij van soortPartij
contactersoon
mag enkel aan een partij gekoppeld worden van soortPartijorganisatie
.
- Attributen toevoegen:
- soortPartij: Organisatie
- Maak contactpersonen read-only.
- Haal
id
,partij
attributen er uit.
Bij PATCH/UPDATE moeten bij wijzigen van discriminator, de relaties weggegooid worden, alvorens je update. |
c200bd7
to
259bea0
Compare
src/openklant/components/klantinteracties/api/serializers/actoren.py
Outdated
Show resolved
Hide resolved
259bea0
to
750d6d3
Compare
750d6d3
to
5d7710d
Compare
5d7710d
to
ff6bfd2
Compare
ff6bfd2
to
ef49fc2
Compare
… translations to dutch
…te-update 🎨 removed the reverse lookup fields for the create and update
Fixes #105
Changed Partij and Actor to support Polymorphic Serializers.