Project

General

Profile

Actions

Bug #3645

closed

Total value not shown in daily summary mail subject

Added by Beat Gätzi over 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Reporting
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

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 #1

Updated by Dominic Cleal over 10 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.

Actions #2

Updated by Beat Gätzi over 10 years ago

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

Actions #3

Updated by Dominic Cleal over 10 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
Actions #4

Updated by Beat Gätzi over 10 years ago

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

Also available in: Atom PDF