[IMP] Pass parameter for clear_breadcrumbs with server action.

bzr revid: bth@tinyerp.com-20120911094508-eby3d04wo4cevhzn
This commit is contained in:
Bhumi Thakkar (Open ERP) 2012-09-11 15:15:08 +05:30
parent 8126882b0e
commit 84ae2ce144
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ instance.web.ActionManager = instance.web.Widget.extend({
}
this.dialog_stop();
},
ir_actions_server: function (action, on_closed) {
ir_actions_server: function (action, on_closed, clear_breadcrumbs) {
var self = this;
this.rpc('/web/action/run', {
action_id: action.id,