Vaibhav (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-954067-vda into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #954067 in OpenERP Web: "The preferences page is white -> no visible bug"
  https://bugs.launchpad.net/openerp-web/+bug/954067

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-954067-vda/+merge/97578

AppendTo needs Widget/jQuery Element params
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-954067-vda/+merge/97578
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-954067-vda.
=== modified file 'addons/web/static/src/js/chrome.js'
--- addons/web/static/src/js/chrome.js	2012-03-07 15:55:29 +0000
+++ addons/web/static/src/js/chrome.js	2012-03-15 06:33:21 +0000
@@ -950,7 +950,7 @@
                 }
             ]
         }).open();
-       action_manager.appendTo(this.dialog);
+       action_manager.appendTo(this.dialog.$element);
        action_manager.render(this.dialog);
     },
     on_menu_about: function() {

_______________________________________________
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