Skip to content

Commit de4ad76

Browse files
XaohsCharString
authored andcommitted
🔥 [#267] refactor: archivering tab weghalen
1 parent 5f3f6ef commit de4ad76

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

backend/src/openbeheer/zaaktype/constants.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -160,21 +160,21 @@
160160
# ]
161161
# ),
162162
# ),
163-
(
164-
"Archivering",
165-
FrontendFieldSet(
166-
fields=[
167-
# TODO bewaartermijn etc?
168-
"_expand.selectielijstProcestype.naam",
169-
"_expand.selectielijstProcestype.nummer",
170-
"_expand.selectielijstProcestype.jaar",
171-
"_expand.selectielijstProcestype.omschrijving",
172-
"_expand.selectielijstProcestype.toelichting",
173-
"_expand.selectielijstProcestype.procesobject",
174-
"_expand.selectielijstProcestype.url",
175-
]
176-
),
177-
),
163+
# ( # TODO: reason: (gh-267)
164+
# "Archivering",
165+
# FrontendFieldSet(
166+
# fields=[
167+
# # TODO bewaartermijn etc?
168+
# "_expand.selectielijstProcestype.naam",
169+
# "_expand.selectielijstProcestype.nummer",
170+
# "_expand.selectielijstProcestype.jaar",
171+
# "_expand.selectielijstProcestype.omschrijving",
172+
# "_expand.selectielijstProcestype.toelichting",
173+
# "_expand.selectielijstProcestype.procesobject",
174+
# "_expand.selectielijstProcestype.url",
175+
# ]
176+
# ),
177+
# ),
178178
# TODO??: This probably needs some careful UX design, there's a
179179
# Many to Many (zaaktypen, besluittypen, resultaattypen, informatieobjecttypen)
180180
# naive editing in a grid on a tab under a zaaktype may be disorienting

0 commit comments

Comments
 (0)