Skip to content

Commit

Permalink
Make allocate and approve use new approval flow
Browse files Browse the repository at this point in the history
  • Loading branch information
currycoder committed Jan 22, 2025
1 parent 257d819 commit faae180
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions caseworker/cases/helpers/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ def get_context_data(self, **kwargs):
"queue_id": self.queue_id,
"user_id": self.caseworker["id"],
"case_id": self.case_id,
"return_to": reverse(
"cases:approve_all_legacy", kwargs={"queue_pk": self.queue_id, "pk": self.case_id}
),
"return_to": reverse("cases:approve_all", kwargs={"queue_pk": self.queue_id, "pk": self.case_id}),
},
)
)
Expand Down

0 comments on commit faae180

Please sign in to comment.