maykinmedia / open-archiefbeheer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SilviaAmAm opened this issue · comments

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

  • Fix problems generated by the changes in the backend