Skip to content

To-be-deleted notification

Bengfort requested to merge to-be-deleted-notification into master

I ended up adding this in the view rather than the model.

  • We need request (only available in the view) to construct a full URL to the dashboard.
  • No code duplication required as both views are derived from SubjectUpdateMixin.
  • When the field is set via the admin interface or a script the data protection coordinator probably already knows about it.
  • The data protection coordinator still needs to check the dashboard regularly because there are other reasons for deletion than to_be_deleted
Edited by Bengfort

Merge request reports