Actions
Bug #3645
closedTotal value not shown in daily summary mail subject
Description
Due to a typo in host_mailer.rb (T:%{total} instead of T:#{total}) the total value is not shown in the daily summary mail subject.
Updated by Dominic Cleal about 11 years ago
- Category set to Reporting
- Difficulty set to trivial
%{total} is correct because it's extracted for i18n purposes, but a few lines below there's this line:
:total => total_metrics["total"]
This should be :total => total
rather than referencing total_metrics.
Updated by Beat Gätzi about 11 years ago
Thanks for the hint. Pull request on github has been updated.
Updated by Dominic Cleal about 11 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.10.0
- Translation missing: en.field_release set to 3
Updated by Beat Gätzi about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c67d0d83ddfb977bffbdaa0c35a9f7ae5aead02c.
Actions