You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recomended approach to fetch kontact with BSN in #138 does not seem to work as intended with generated OpenAPI models and client as ExpandPartijAllOfExpand class uses List<Betrokkene> that does not have expanded hadKlantcontact but only foreign keys.
Stappen om te reproduceren / Steps to reproduce
Generate Java OpenAPI models and client
Fix issues with wrong assignments of List in Partij and ExpandPartij
Request Partij with nummer and expand "betrokkenen, betrokkenen.hadKlantcontact"
The response does not contain expanded klantcontact
Verwacht gedrag / Expected behavior
ExpandBetrokkenen* is instead documented and used in ExpandPartijAllOfExpand
The text was updated successfully, but these errors were encountered:
Karin (Dimpact) needs to find budget for this. If this is an issue with the client generation tools, then we're not going to fix it. If it's an issue in the API spec, we can fix it if budget allows it.
Product versie / Product version
2.1
Omschrijf het probleem / Describe the bug
Recomended approach to fetch kontact with BSN in #138 does not seem to work as intended with generated OpenAPI models and client as
ExpandPartijAllOfExpand
class usesList<Betrokkene>
that does not have expandedhadKlantcontact
but only foreign keys.Stappen om te reproduceren / Steps to reproduce
Partij
andExpandPartij
"betrokkenen, betrokkenen.hadKlantcontact"
Verwacht gedrag / Expected behavior
ExpandBetrokkenen*
is instead documented and used inExpandPartijAllOfExpand
The text was updated successfully, but these errors were encountered: