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

Unified Diff: appengine/findit/handlers/flake/triage_flake_analysis.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/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..82519fa66943cd2c0151408befd4d8038772b5ff 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
+ REDIRECT_TO_DISTINATION_PAGE_FOR_GET = False
def HandleGet(self): # pragma: no cover
"""Sets the manual triage result for the suspected flake analysis."""

Powered by Google App Engine
This is Rietveld 408576698