[FIX][trunk] Process view broken again. Link to object context problems.

lp bug: https://launchpad.net/bugs/1085017 fixed

bzr revid: psa@tinyerp.com-20121203092416-k35t4bf5dq6c20l0
This commit is contained in:
Paramjit Singh Sahota 2012-12-03 14:54:16 +05:30
parent 772a721d85
commit 6af43c05f1
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ instance.web.ViewManager.include({
context: dataset.context
}).done(function(result) {
action_manager.replace(self.$el);
action_manager.do_action(result.result);
action_manager.do_action(result);
})
});
},