Skip to content
Snippets Groups Projects
Commit f5bff399 authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] editor base state: initializing formview (and its pager) requires an...

[FIX] editor base state: initializing formview (and its pager) requires an actual dataset.ids.length

bzr revid: xmo@openerp.com-20120801123635-y21onweovg0uih7d
parent 8a7428d7
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@ $(document).ready(function () {
});
asyncTest('base-state', 2, function () {
var e = new instance.web.list.Editor({
dataset: {},
dataset: {ids: []},
edition_view: function () {
return makeFormView();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment