Project

General

Profile

Bug #3645

Total value not shown in daily summary mail subject

Added by Beat Gätzi over 9 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Reporting
Target version:
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

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.

Associated revisions

Revision c67d0d83 (diff)
Added by Beat Gätzi over 9 years ago

fixes #3645 - fix total value in summary mail subject

Revision 73795a0b (diff)
Added by Beat Gätzi over 9 years ago

fixes #3645 - fix total value in summary mail subject

(cherry picked from commit c67d0d83ddfb977bffbdaa0c35a9f7ae5aead02c)

History

#1 Updated by Dominic Cleal over 9 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.

#2 Updated by Beat Gätzi over 9 years ago

Thanks for the hint. Pull request on github has been updated.

#3 Updated by Dominic Cleal over 9 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 1.10.0
  • Legacy Backlogs Release (now unused) set to 3

#4 Updated by Beat Gätzi over 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF