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.
Actions
Added by Beat Gätzi about 12 years ago. Updated over 7 years ago.
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.
%{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.
Thanks for the hint. Pull request on github has been updated.
Applied in changeset c67d0d83ddfb977bffbdaa0c35a9f7ae5aead02c.