| Index: sitescripts/reports/web/updateReport.py |
| =================================================================== |
| --- a/sitescripts/reports/web/updateReport.py |
| +++ b/sitescripts/reports/web/updateReport.py |
| @@ -44,6 +44,9 @@ |
| if len(reportData['status']) > 1024: |
| reportData['status'] = reportData['status'][:1024] |
| + if (reportData.get('email', None)): |
| + reportData['utility'] = params.get('utility', 0) |
|
Wladimir Palant
2012/10/18 15:41:24
Isn't this value a string? The default value shoul
Andrey Novikov
2012/10/18 15:51:29
Done.
|
| + |
| saveReport(guid, reportData) |
| if params.get('notify', '') and 'email' in reportData: |