Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] account: journal dashboard graph wrong value #29936

Commits on Jan 17, 2019

  1. [FIX] account: journal dashboard graph wrong value

    OPW 1918926
    
    Current behavior:
      The sql query groups by date,id in a intermediary table instead of the result. This allows to get data in the wrong order if the statements were not produced sequentially. The fill values are computed in the wrong order and may override correct values.
    
    Desired behavior:
      There is no override of the values correctly computed.
    william-andre committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    e75b6fd View commit details
    Browse the repository at this point in the history