[FIX] correct load_state of client actions

bzr revid: chs@openerp.com-20120803170301-i01mz04mtzr32ii5
This commit is contained in:
Christophe Simonis 2012-08-03 19:03:01 +02:00
parent 96c7c90cdd
commit 1f88244a68
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ instance.web.ActionManager = instance.web.Widget.extend({
var action = state.client_action;
if(_.isString(action)) {
action = {
type: 'ir.actions.client',
tag: action,
params: state,
};