Skip to content

Add missing pages get request

Closes #372 (closed)

Adds a request for just getting the missing pages for submissions. This information was retrieved in every get request to 'submissions/', and resulted in long wait times. The information was only used in the Submissions view, and for that purpose a new request was added. See #372 (closed) for more information.

Merge request reports