Skip to content

rm notify_to_be_deleted limit

Bengfort requested to merge rm-notify-to-be-deleted-limit into main

This limit was introduced in !1029 (merged):

The main motivation for this is the scenario where you add a consent document to a dev setup. In that case, all 2000 sample subjects would show up as "missing consent".

The underlying functionality has been reused for the notify_to_be_deleted command in !1205 (merged). Since then there has been some optimization, most importantly !1256 (merged).

I still think it is a good idea not to render 2000 subjects in the data protection dashboard. However, using the same limit also in the command makes thing more complicated without adding much benefit. So I propose to move the limit to the view.

Merge request reports