[IMP] listview already checks non-empty ids array for deletion, so check not useful

bzr revid: xmo@openerp.com-20121119084533-6qnktzmh19kfwtoo
This commit is contained in:
Xavier Morel 2012-11-19 09:45:33 +01:00
parent 28cbfd22b7
commit e0ec6783e5
1 changed files with 0 additions and 3 deletions

View File

@ -84,9 +84,6 @@ openerp.web.list_editable = function (instance) {
? this.cancel_edition(true)
: $.when();
return next.then(function () {
if (_.isEmpty(nonfalse)) {
return $.when();
}
return _super(nonfalse);
});
},