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

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

Issue 2537143003: [Findit] Redirect to original page after login for triage. (Closed)
Patch Set: 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
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..61dc811c9a169bdc31ee08d28c516f3439a42b02 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
+ REDIRECT_TO_DISTINATION_PAGE_FOR_GET = False
def HandleGet(self): # pragma: no cover
"""Sets the manual triage result for the cl."""
« appengine/findit/common/base_handler.py ('K') | « appengine/findit/handlers/triage_analysis.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698