Skip to content
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

Having both eindDatum and resultaat in the same updateZaak message doesn't work to close zaak #293

Open
mericakgul opened this issue Mar 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mericakgul
Copy link
Collaborator

mericakgul commented Mar 22, 2024

In case we have both eindDatum and resultaat doesn't close a zaak.

Scenario: We have a zaak which doesn't have a resultaat. We make an updateZaak request which has both eindDatum and resultaat.

Current behaviour: updatezaak does nothing and the closure doesn't happen and we don't get an error either. It behaves like zaak doesn't have a resultaat but we have already one in the request.

Desired behaviour: the zaak should be closed by using the resultaat in the updateZaak request.

Note: In case the zaak resultaat and we make an updateZaak request which has resultaat and eindDatum together again, then the closure doesn't happen once again. Therefore, having resultaat and eindDatum together blocks something and doesn't close the zaak.

Note: After fixing, also check the related test cases and update the assertions accordingly.

@MLenterman MLenterman added the bug Something isn't working label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants