Skip to content
Snippets Groups Projects
Commit 86a18410 authored by Géry Debongnie's avatar Géry Debongnie
Browse files

[IMP] keeps the dropdown open when the user selects some measures in graph view (addon web_graph)

bzr revid: ged@openerp.com-20140117152413-ycktqzi51a3lhhz9
parent 9a8d3950
Branches
Tags
No related merge requests found
......@@ -181,6 +181,7 @@ openerp.web_graph.Graph = openerp.web.Widget.extend(openerp.EventDispatcherMixin
measure_selection: function (event) {
event.preventDefault();
event.stopPropagation();
var measure = event.target.attributes['data-choice'].nodeValue;
this.pivot.toggle_measure(measure);
this.put_measure_checkmarks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment