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
When creating a new changeset for internal-case-status auto-deployment, existing entries can be part of the auto-deployment file. Unchanged entries should be ignored, and changed entries should be updated.
Current behavior
At the moment it is not possible to have an auto-deployment changeset the includes an existing internal case status. When doing so an InternalCaseStatusAlreadyExistsException is thrown.
The result of this behaviour:
The application will not start when an existing internal case status is part of the new change set.
An internal case status can never be updated.
Adding a new status can only be achieved by creating a new changeset without the existing entries.
Possible solution (optional)
Instead of raising an exception and abort the startup of the application, do an update of the existing entry.
Steps to reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
Start up Valtimo from source.
Create a "bezwaar" dossier
Observe that the tag for internal case status "Aanvraag ontvangen" is blue.
Edit the resources/config/internal-case-status/bezwaar.internal-case-status.json and change BLUE to GREEN
Start the application again.
The text was updated successfully, but these errors were encountered:
Expected behavior
When creating a new changeset for internal-case-status auto-deployment, existing entries can be part of the auto-deployment file. Unchanged entries should be ignored, and changed entries should be updated.
Current behavior
At the moment it is not possible to have an auto-deployment changeset the includes an existing internal case status. When doing so an InternalCaseStatusAlreadyExistsException is thrown.
The result of this behaviour:
Possible solution (optional)
Instead of raising an exception and abort the startup of the application, do an update of the existing entry.
Steps to reproduce
Provide an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant
The text was updated successfully, but these errors were encountered: