[FIX]use this.options. for show parent class.

bzr revid: vme@tinyerp.com-20121127052653-6l366vviftbdamkp
This commit is contained in:
Vidhin Mehta (OpenERP) 2012-11-27 10:56:53 +05:30
parent 74bb901030
commit ef30bed827
1 changed files with 1 additions and 1 deletions

View File

@ -599,8 +599,8 @@ 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();
$(this.sidebar.$el).parent().show();
}
this.compute_aggregates(_(records).map(function (record) {