[REVERT] 2 previous revision, as it looks like that the fix causes more troubles than it resolve a problem

bzr revid: dle@openerp.com-20140501121633-6umc2sxwi0h0lhay
This commit is contained in:
Denis Ledoux 2014-05-01 14:16:33 +02:00
parent d59cb1eda2
commit b88755c431
1 changed files with 0 additions and 1 deletions

View File

@ -1443,7 +1443,6 @@ instance.web.View = instance.web.Widget.extend({
console.error("Could not JSON.parse arguments", action_data.args);
}
}
context.add({'active_model': dataset.model, 'active_ids': [record_id], 'active_id': record_id});
args.push(context);
return dataset.call_button(action_data.name, args).then(handler).then(function () {
if (instance.webclient) {