From ef30bed827ba608efb78dd2f6de2b8d60c6130af Mon Sep 17 00:00:00 2001 From: "Vidhin Mehta (OpenERP)" Date: Tue, 27 Nov 2012 10:56:53 +0530 Subject: [PATCH] [FIX]use this.options. for show parent class. bzr revid: vme@tinyerp.com-20121127052653-6l366vviftbdamkp --- addons/web/static/src/js/view_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web/static/src/js/view_list.js b/addons/web/static/src/js/view_list.js index 9d12ba65026..3a2299a73c2 100644 --- a/addons/web/static/src/js/view_list.js +++ b/addons/web/static/src/js/view_list.js @@ -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) {