Closed SilviaAmAm closed 1 month ago
Selectielijstklasse:
Verlengen van bewaartermijn:
Afwijzen:
Checked: the zaken on the test environment have a selectielijstklasse defined. But for some reason it is not picked up in the frontend. I will make another issue for this.
New issue: https://github.com/maykinmedia/open-archiefbeheer/issues/380
https://dimpact.atlassian.net/jira/software/c/projects/PZ/boards/258/backlog?selectedIssue=PZ-3968
Currently, if I select "Afwijzen van het voorstel" as an option when processing a review and I then I submit the review response, nothing happens.
Under the hood a 400 error happens when POSTing this json to
/api/v1/review-responses/
:The error is:
Expectation
To discuss. What should happen?
This is currently how we handle review responses: https://github.com/maykinmedia/open-archiefbeheer/blob/main/backend/src/openarchiefbeheer/destruction/models.py#L504
I think that this modal doesn't really make it clear what the actions are :thinking: The action is either "keep zaak in list" or "remove zaak from list" and (independent of it?) change selectielijst and/or bewaartermijn.