Don't use the execution context to launch action from wizard

The active_* keywords have no meaning when launching futher action from wizard.

issue3856
review5191002
This commit is contained in:
C?dric Krier 2014-04-18 19:33:52 +02:00
parent 1c18b95eea
commit 892958e81c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
if (result.actions) {
result.actions.forEach(function(action) {
Sao.Action.exec_action(action[0], action[1],
ctx);
jQuery.extend({}, this.context));
});
}
};