Skip to content
Snippets Groups Projects
Commit 335c99fd authored by Khushboo Bhatt's avatar Khushboo Bhatt
Browse files

[FIX] Minor change in issue of open sidebar on checked list record.

lp bug: https://launchpad.net/bugs/856376 fixed

bzr revid: kbh@bde-desktop-20111003071807-33zlrcc0vopiahoz
parent fdfe102c
Branches
Tags
No related merge requests found
......@@ -505,7 +505,7 @@ openerp.web.ListView = openerp.web.View.extend( /** @lends openerp.web.ListView#
do_select: function (ids, records) {
this.$element.find('.oe-list-delete')
.attr('disabled', !ids.length);
if(ids.length > 0) {
if(ids.length) {
this.sidebar.do_unfold();
} else {
this.sidebar.do_fold();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment