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
We are having error in the following scenarios and the zaak closure doesn't happen. However the zaak closure should proceed.
The scenario: We have a zaak with a zaaktype which has a dummy resultaat value for only endCaseEndDate in profile.json file. This zaak doesn't have a resultaat and we send an updateZaak request which has both eindDatum and eindStatus.
Current behaviour: Zaakbrug starts closure process first with eindStatus. To be able to close a zaak (which doesn't have a resultaat) with eindStatus we need to have a dummy resultaat under endDateAndResultLastStatus in profile.json. However, in this case we don't have endDateAndResultLastStatus but we have endCaseEndDate in profile.json. Therefore, zaakbrug immediately throws an error without continueing the closure process with eindDatum.
Desired behaviour: Zaaakbrug should continue the process by using the values of eindDatum and dummy resultaat value under endCaseEndDate and close the zaak. Normally when we close a zaak by using eindDatum the time value of 'datumStatusGezet' field of status is set zero, however, we already have datumStatusGezet value in our updateZaak request because we bot h have eindDatum and eindStatus information in the request. Therefore, we could also set datumStatusGezet value by using eindStatus in updateZaak instead of setting the time zero.
Note: After fixing, also check the related test cases and update the assertions accordingly.
The text was updated successfully, but these errors were encountered:
We are having error in the following scenarios and the zaak closure doesn't happen. However the zaak closure should proceed.
The scenario: We have a zaak with a zaaktype which has a dummy resultaat value for only endCaseEndDate in profile.json file. This zaak doesn't have a resultaat and we send an updateZaak request which has both eindDatum and eindStatus.
Current behaviour: Zaakbrug starts closure process first with eindStatus. To be able to close a zaak (which doesn't have a resultaat) with eindStatus we need to have a dummy resultaat under endDateAndResultLastStatus in profile.json. However, in this case we don't have endDateAndResultLastStatus but we have endCaseEndDate in profile.json. Therefore, zaakbrug immediately throws an error without continueing the closure process with eindDatum.
Desired behaviour: Zaaakbrug should continue the process by using the values of eindDatum and dummy resultaat value under endCaseEndDate and close the zaak. Normally when we close a zaak by using eindDatum the time value of 'datumStatusGezet' field of status is set zero, however, we already have datumStatusGezet value in our updateZaak request because we bot h have eindDatum and eindStatus information in the request. Therefore, we could also set datumStatusGezet value by using eindStatus in updateZaak instead of setting the time zero.
Note: After fixing, also check the related test cases and update the assertions accordingly.
The text was updated successfully, but these errors were encountered: