[FIX] display problem in graph view in some cases
authorGéry Debongnie <ged@odoo.com>
Tue, 16 Sep 2014 08:11:47 +0000 (10:11 +0200)
committerGéry Debongnie <ged@odoo.com>
Tue, 16 Sep 2014 08:11:47 +0000 (10:11 +0200)
commit145690d81b7d7d6e4496a039cdbace5655dfbca0
tree2e39e86144346698885b91cb9bf9899189c4f8c2
parent8fc7cf74fca59cbf176579dd74f2c7fdb3394ae1
[FIX] display problem in graph view in some cases

Recently, the graph view was changed to prevent changing groupbys
for active custom filters.  Unfortunately, I did not take into account
the fact that pivot table can be drawn in part when expanding rows.

The "frozen" parameter was then undefined and caused display problems,
this patch should fix the issue.
addons/web_graph/static/src/js/graph_widget.js