Skip to content

Commit

Permalink
feat: add cancelled applications to delete request (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke authored Aug 13, 2024
1 parent e8acb5b commit 3820390
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def get_applications_for_request(
applications = Application.objects.get_by_statuses(
[
ApplicationStatus.ACCEPTED,
ApplicationStatus.CANCELLED,
ApplicationStatus.REJECTED,
ApplicationStatus.HANDLING,
ApplicationStatus.DRAFT,
Expand Down

0 comments on commit 3820390

Please sign in to comment.