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

Unified Diff: appengine/findit/model/triage_status.py

Issue 2067373002: [Findit] Add fracas analysis result feedback page for manual triage. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@only-dashboard
Patch Set: Merge branch 'only-dashboard' into dashboard Created 4 years, 6 months 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/model/triage_status.py
diff --git a/appengine/findit/model/triage_status.py b/appengine/findit/model/triage_status.py
index 6b0b97b81311303117bbc975684fce7f4c2d4657..f0ddda5e9eb07d6484fa138559a3b83b97efd11f 100644
--- a/appengine/findit/model/triage_status.py
+++ b/appengine/findit/model/triage_status.py
@@ -1,4 +1,4 @@
-TRIAGED_UNSURE = 'triage-unsure'
+TRIAGED_UNSURE = 'triaged-unsure'
TRIAGED_CORRECT = 'triaged-correct'
TRIAGED_INCORRECT = 'triaged-incorrect'
UNTRIAGED = 'untriaged'
« no previous file with comments | « appengine/findit/model/crash/test/crash_analysis_test.py ('k') | appengine/findit/templates/crash/fracas_result_feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698