[FIX] Fixed action buttons in kanban view

bzr revid: fme@openerp.com-20110912132330-wf64t3ccnzak75u3
This commit is contained in:
Fabien Meghazi 2011-09-12 15:23:30 +02:00
parent 06d80b1d4e
commit a0e9e6cc47
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ openerp.web_kanban.KanbanView = openerp.web.View.extend({
} else if (type == 'color') {
this.do_change_color(record_id, $action);
} else {
var button_attrs = $(this).data();
var button_attrs = $action.data();
this.on_button_click(button_attrs, record_id);
}
},