Paramjit Singh Sahota(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1085017-psa into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1085017 in OpenERP Web: "[trunk] Process view broken again. Link to
object context problems."
https://bugs.launchpad.net/openerp-web/+bug/1085017
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1085017-psa/+merge/137509
Hello Sir,
Fixed this issue "Process view broken again. Link to object context problems."
Thankz You.
-PSA
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1085017-psa/+merge/137509
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1085017-psa.
=== modified file 'process/static/src/js/process.js'
--- process/static/src/js/process.js 2012-11-15 12:38:51 +0000
+++ process/static/src/js/process.js 2012-12-03 09:29:30 +0000
@@ -228,7 +228,7 @@
context: dataset.context
}).done(function(result) {
action_manager.replace(self.$el);
- action_manager.do_action(result.result);
+ action_manager.do_action(result);
})
});
},
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp