Skip to content

Commit

Permalink
Change redirect on test case clone
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbodurov-sg authored and atodorov committed Feb 7, 2025
1 parent a54fe02 commit 684a082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/testcases/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def post(self, request):
if len(clone_form.cleaned_data["case"]) == 1:
return HttpResponseRedirect(
reverse(
"testcases-get",
"testcases-edit",
args=[
tc_dest.pk,
],
Expand Down

0 comments on commit 684a082

Please sign in to comment.