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

Unified Diff: appengine/findit/handlers/flake/triage_flake_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
« no previous file with comments | « appengine/findit/common/test/base_handler_test.py ('k') | appengine/findit/handlers/triage_analysis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/flake/triage_flake_analysis.py
diff --git a/appengine/findit/handlers/flake/triage_flake_analysis.py b/appengine/findit/handlers/flake/triage_flake_analysis.py
index 8a86666b38379b25b03749bf9b3b9fc63b405c42..7670f080a359edc29d8e71ce41350e6f2ac801f4 100644
--- a/appengine/findit/handlers/flake/triage_flake_analysis.py
+++ b/appengine/findit/handlers/flake/triage_flake_analysis.py
@@ -36,6 +36,7 @@ def _UpdateSuspectedFlakeAnalysis(
class TriageFlakeAnalysis(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 suspected flake analysis."""
« no previous file with comments | « appengine/findit/common/test/base_handler_test.py ('k') | appengine/findit/handlers/triage_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698