Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/web/updateReport.py

Issue 8625042: Reports - user usefullness (Closed)
Patch Set: Created Oct. 18, 2012, 1:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/reports/template/report.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/web/updateReport.py
===================================================================
--- a/sitescripts/reports/web/updateReport.py
+++ b/sitescripts/reports/web/updateReport.py
@@ -44,6 +44,8 @@
if len(reportData['status']) > 1024:
reportData['status'] = reportData['status'][:1024]
+ reportData['utility'] = params.get('utility', 0)
+
saveReport(guid, reportData)
if params.get('notify', '') and 'email' in reportData:
« no previous file with comments | « sitescripts/reports/template/report.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld