[MERGE] view list: Show the menu sidebar when a child item is showed.

bzr revid: chm@openerp.com-20121204141416-cay34shj7h5y4a6q
This commit is contained in:
Christophe Matthieu 2012-12-04 15:14:16 +01:00
commit 2f38a4425f
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ instance.web.ListView = instance.web.View.extend( /** @lends instance.web.ListVi
this.dataset.index = _(this.dataset.ids).indexOf(ids[0]);
if (this.sidebar) {
this.options.$sidebar.show();
this.sidebar.$el.show();
}