Skip to content

Commit da6a805

Browse files
committed
Removed next path from the batch determination should_redirect url
1 parent 642c2c1 commit da6a805

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hypha/apply/determinations/views.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from urllib import parse
2-
31
from django import forms
42
from django.conf import settings
53
from django.contrib import messages
@@ -277,8 +275,6 @@ def should_redirect(cls, request, submissions, actions):
277275
+ action
278276
+ "&submissions="
279277
+ ",".join([str(submission.id) for submission in submissions])
280-
+ "&next="
281-
+ parse.quote_plus(request.get_full_path()),
282278
)
283279
elif set(actions) != non_determine_states:
284280
raise ValueError("Inconsistent states provided - please talk to an admin")

0 commit comments

Comments
 (0)