[FIX] web kanban: reset size-box
authorChristophe Matthieu <chm@openerp.com>
Tue, 27 Nov 2012 09:00:15 +0000 (10:00 +0100)
committerChristophe Matthieu <chm@openerp.com>
Tue, 27 Nov 2012 09:00:15 +0000 (10:00 +0100)
bzr revid: chm@openerp.com-20121127090015-anw60k3u4tc49x5s

addons/web_kanban/static/src/js/kanban.js

index 357fa04..89142ae 100644 (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;
         });
     },