[REN] client action member 'kwargs' to 'params'

bzr revid: xmo@openerp.com-20110803144244-86s098uqcamwatde
This commit is contained in:
Xavier Morel 2011-08-03 16:42:44 +02:00
parent 0cbb619a79
commit 4b80238d11
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ openerp.base.ActionManager = openerp.base.Controller.extend({
},
'ir.actions.client': function (action) {
var Handler = openerp.base.client_actions.get_object(action.tag);
new Handler(this, this.element_id, action['kwargs']).start();
new Handler(this, this.element_id, action.params).start();
},
close_dialog: function () {
if (this.current_dialog) {