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]web: context group by - js #31213

Commits on Feb 18, 2019

  1. [FIX]web: context group by - js

    Depending on the context (group_by or default_group_by),
    pyUtils.eval('context', somerawcontext) will return a an object with a
    group_by field that is a string or a list of strings (respectivly)
    
    _readGroup & _renderGroupRow were always expecting a list of strings,
    which resulted in group_bys on a single letter, which of course didn't
    match.
    
    opw-1941273
    mao-odoo committed Feb 18, 2019
    Copy the full SHA
    52bff15 View commit details
    Browse the repository at this point in the history