1. 11 Nov, 2021 1 commit
    • drew cimino's avatar
      Allow destruction of records in archived pending_delete projects · f8c6c950
      drew cimino authored
      This change stops the prevent-destroy permission from applying to records within
      projects that are `pending_delete: true`. The purpose of the `prevent` is to
      make "archived" projects reliably read-only, but this obviously shouldn't be the
      case if someone is deleting a project.
      
      This hasn't been an issue before since we relied on FK constraints to remove the
      associated records after a project is deleted. But with the FKs going away in
      the database decomposition effort, so too must our cascading destroys.
      
      Changelog: fixed
      f8c6c950
  2. 10 Nov, 2021 19 commits
  3. 09 Nov, 2021 20 commits