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
Copy file name to clipboardexpand all lines: backend/docs/developers/logic.rst
+14-2
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,17 @@ For each zaak that has been "rejected" by the reviewer, the record manager can:
10
10
- Keep the zaak in the destruction list (go against the suggestion of the reviewer). In this case, no details of the zaak can be updated.
11
11
- Remove the zaak from the destruction list. When removing the zaak, the record manager should either:
12
12
13
-
- Update the selectielijstklasse of the zaak. This should automatically update the archiefactiedatum of the zaak (this is currently done by the frontend). This is for example desirable in the case that the zaak has the wrong selectielijstklasse by accident.
14
-
- Update the archiefactiedatum of the zaak. In this case the selectielijstklasse is correct, but for whatever reason the zaak needs to be kept for longer.
13
+
- Update the selectielijstklasse of the zaak.
14
+
15
+
This should automatically update the archiefactiedatum of the zaak (this is currently done by the frontend).
16
+
*Example*: case where the zaak has the wrong selectielijstklasse by accident.
17
+
18
+
The record manager needs to still be able to update the archiefactiedatum manually.
19
+
20
+
In the case where the selectielijstklasse has "waardering" equal to "blijven_bewaren",
21
+
then the archiefactiedatum must be empty and the record manager cannot change it.
22
+
23
+
- Update the archiefactiedatum of the zaak.
24
+
25
+
In this case the selectielijstklasse is correct, but for whatever reason the zaak needs to be kept for longer.
26
+
Changing the archiefactiedatum for zaken with "waardering" equal to "blijven_bewaren" should not be possible.
0 commit comments