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

Unified Diff: appengine/findit/handlers/triage_analysis.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
Index: appengine/findit/handlers/triage_analysis.py
diff --git a/appengine/findit/handlers/triage_analysis.py b/appengine/findit/handlers/triage_analysis.py
index 75e451f7b4d8b89950744de3faa7236d1a24ced1..1f39475c1c75f81300cbbb508adb533bbf922b03 100644
--- a/appengine/findit/handlers/triage_analysis.py
+++ b/appengine/findit/handlers/triage_analysis.py
@@ -184,6 +184,7 @@ def _TriageAndCountDuplicateResults(original_analysis, is_correct,
class TriageAnalysis(BaseHandler):
PERMISSION_LEVEL = Permission.CORP_USER
+ LOGIN_REDIRECT_TO_DISTINATION_PAGE_FOR_GET = False
def HandleGet(self): # pragma: no cover
return self.HandlePost()
« no previous file with comments | « appengine/findit/handlers/flake/triage_flake_analysis.py ('k') | appengine/findit/handlers/triage_suspected_cl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698