[FIX] web kanban: reset size-box

bzr revid: chm@openerp.com-20121127090015-anw60k3u4tc49x5s
This commit is contained in:
Christophe Matthieu 2012-11-27 10:00:15 +01:00
parent fbb42640ea
commit ac7695e1c9
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ instance.web_kanban.KanbanGroup = instance.web.Widget.extend({
}).then(function(records) {
self.view.dataset.ids = self.view.dataset.ids.concat(ids);
self.do_add_records(records);
self.compute_cards_auto_height();
return records;
});
},