maykinmedia / open-archiefbeheer

0 stars 0 forks source link

Refactor Detail page to use Destruction List Items endpoint instead of zaken #262

Closed SilviaAmAm closed 3 weeks ago

SilviaAmAm commented 1 month ago

At the moment the detail page of a destruction list uses the endpoint /zaken?destruction_list=<uuid> to retrieve the cases in a destruction list.

However, once we start deleting the cases, this don't exist anymore.

Instead, we should use the destruction list items endpoint.

TODO

Backend

Frontend