[FIX] kanban

bzr revid: fp@tinyerp.com-20120906174205-86xhb29sat7eg07e
This commit is contained in:
Fabien Pinckaers 2012-09-06 19:42:05 +02:00
parent 26fc266429
commit 4130f861b2
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ instance.web_kanban.KanbanGroup = instance.web.Widget.extend({
var key = this.view.group_by + '-' + this.value;
if (!this.view.state.groups[key]) {
this.view.state.groups[key] = {
folded: group.folded
folded: group?group.folded:false
};
}
this.state = this.view.state.groups[key];