|
160 | 160 | # ] |
161 | 161 | # ), |
162 | 162 | # ), |
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 | + # ), |
178 | 178 | # TODO??: This probably needs some careful UX design, there's a |
179 | 179 | # Many to Many (zaaktypen, besluittypen, resultaattypen, informatieobjecttypen) |
180 | 180 | # naive editing in a grid on a tab under a zaaktype may be disorienting |
|
0 commit comments