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

Unified Diff: appengine/findit/handlers/crash/crash_config.py

Issue 1914113002: [Findit] Enable project classifier and component classifier (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address comments. Created 4 years, 7 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/handlers/crash/crash_config.py
diff --git a/appengine/findit/handlers/crash/crash_config.py b/appengine/findit/handlers/crash/crash_config.py
index d3ed043f1bf60ce05c3648f53e5cb2087bba5ccd..844e23670efba4e79dd2c5ea5f3669f15e69752a 100644
--- a/appengine/findit/handlers/crash/crash_config.py
+++ b/appengine/findit/handlers/crash/crash_config.py
@@ -21,6 +21,8 @@ class CrashConfig(BaseHandler):
data = {
'fracas': settings.fracas,
+ 'component_classifier': settings.component_classifier,
+ 'project_classifier': settings.project_classifier,
}
return {'template': 'crash/crash_config.html', 'data': data}

Powered by Google App Engine
This is Rietveld 408576698