Steven Bal
Steven Bal
# Bug In de ZTC api spec staat bij de [publiceer acties](https://catalogi-api.vng.cloud/api/v1/schema/#operation/informatieobjecttype_publish) voor Zaaktype, Informatieobjecttype en Besluittype dat een succesvolle response een status code 201 heeft, terwijl publiceren via de...
# Bug Het endpoint voor `ZaakBesluit`en in het ZRC mag niet aangesproken worden door consumers, maar dient door het BRC aangesproken te worden als er een `Zaak` aan een `Besluit`...
# Bug Als ik een request doe op een endpoint waar authenticatie op zit (bijv. https://zaken-api.vng.cloud/api/v1/zaken) en ik geen JWT token meegeef, dan zou ik een 401 Unauthorized verwachten, maar...
Zodat bijvoorbeeld `Status`sen gefiltered kunnen worden met een lijst van mogelijke `zaak`-urls. Dit zou er bijvoorbeeld zo uit kunnen zien: ```https://zaken-api.vng.cloud/api/v1/statussen?zaak=[{{zaak_url1}},{{zaak_url2}}]``` gerelateerd aan: https://github.com/VNG-Realisatie/gemma-zaken/issues/1469
Closes #4199 partly Related PR: https://github.com/open-formulieren/open-forms-sdk/pull/688 **Changes** * Delete authinfo from session after it's stored on submission * Add explicit `anonymous` option to submission endpoint TODO: - [x] add test...
Closes #4420 partly **Changes** * Implement backend validation for AddressNL components **Checklist** Check off the items that are completed or not relevant. - Impact on features - [x] Checked copying...
From https://github.com/open-formulieren/open-forms/pull/4583#discussion_r1705422339 There's a few places where we filter on payments that are "successful", this logic should probably be part of the queryset to avoid duplication
### Product versie / Product version 2.7.4 ### Customer reference _No response_ ### Omschrijf het probleem / Describe the bug If I copy a Form that has a Product associated...
### Product versie / Product version Export from 2.6.12 / Import on cbdf97d17c273e9cba67d3073923a6a928a18370 ### Customer reference _No response_ ### Omschrijf het probleem / Describe the bug When importing a form...
Add advanced settings for Objects API registration to store the necessary config (with a button to populate it from the registration configuration). These advanced settings should contain: - what Objects...