Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2294)

Unified Diff: appengine/findit/handlers/triage_suspected_cl.py

Issue 2537143003: [Findit] Redirect to original page after login for triage. (Closed)
Patch Set: Fix test failures & rename var. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/handlers/triage_analysis.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/triage_suspected_cl.py
diff --git a/appengine/findit/handlers/triage_suspected_cl.py b/appengine/findit/handlers/triage_suspected_cl.py
index 73f57fdfb1e9c49f98691aaa88a18ce77f15f691..15b72ca948b3c8878507859505f63462dc47cbec 100644
--- a/appengine/findit/handlers/triage_suspected_cl.py
+++ b/appengine/findit/handlers/triage_suspected_cl.py
@@ -141,6 +141,7 @@ def _UpdateSuspectedCLAndAnalysis(
class TriageSuspectedCl(BaseHandler):
PERMISSION_LEVEL = Permission.CORP_USER
+ LOGIN_REDIRECT_TO_DISTINATION_PAGE_FOR_GET = False
def HandleGet(self): # pragma: no cover
"""Sets the manual triage result for the cl."""
« no previous file with comments | « appengine/findit/handlers/triage_analysis.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698