Menu

#1007 0.7.87 regression: duration not including all of 'h' 'min' 's'

Incorrect_result
closed-fixed
None
5
2016-09-08
2016-07-23
No

0.7.87 regression: duration does not include all time scales ('h', 'min', 's').

This seems to be caused by language files including a space before the scales; below, old vs. new comparative:

h;h
h; h

mn;mn
mn; min

ms;ms
ms; ms

s;s
s; s

One fix is to change to these:

h;h
mn;min
ms;ms
s;s

Discussion

  • Jerome Martinez

    Jerome Martinez - 2016-07-23
    • status: open --> open-accepted
    • assigned_to: Jerome Martinez
     
  • Jerome Martinez

    Jerome Martinez - 2016-07-23

    there is a wish to have the spaces (standard method for units including time) but right there is a bug somewhere, I'll find the source of the issue in the algorithm
    (but editing the language file is a good workaround)

     
  • frank

    frank - 2016-09-08

    Thanks, 0.7.88 works (again) for me on a DE windows 7.

     
    • Jerome Martinez

      Jerome Martinez - 2016-09-08

      Oops I forgot to close the ticket when I fixed it.

       
  • Jerome Martinez

    Jerome Martinez - 2016-09-08
    • status: open-accepted --> closed-fixed
     

Log in to post a comment.