Jagdish Panchal (Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-877989-jap into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #877989 in OpenERP Web: "error when opening view for creating invoices"
  https://bugs.launchpad.net/openerp-web/+bug/877989

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-877989-jap/+merge/80021

Hello,

It has been fixed in branch  lp:~openerp-dev/openerp-web/trunk-bug-877989-jap 
at revision:1314

Thanks.
Jagdish Panhcal
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-877989-jap/+merge/80021
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-877989-jap.
=== modified file 'addons/web/static/src/js/views.js'
--- addons/web/static/src/js/views.js	2011-10-19 12:56:04 +0000
+++ addons/web/static/src/js/views.js	2011-10-21 04:42:24 +0000
@@ -875,7 +875,7 @@
                     contexts: [ncontext],
                     domains: []
                 }).pipe(function (results) {
-                    action.context = results.context;
+                    action.context = new db.web.CompoundContext(results.context);
                     /* niv: previously we were overriding once more with action_data.context,
                      * I assumed this was not a correct behavior and removed it
                      */

_______________________________________________
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

Reply via email to