← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 668496] [NEW] [trunk] url wizard action not working

 

Public bug reported:

I have a wizard that, when we click on a button, should open an URL on a
new page. This button returns an "ir.actions.act_url" action with the
url. The action executes well on the server, but the page is never shown
in the browser. After investigation, it looks like that the problem
comes from jQuery. So it is my patch :


web/addons/openerp/static/javascript/wizard.js

Line 56:

-    jQuery(form).submit();
+    form.submit();

** Affects: openobject-client-web
     Importance: Undecided
         Status: New


** Tags: action url wizard

** Tags added: action url wizard

-- 
[trunk] url wizard action not working
https://bugs.launchpad.net/bugs/668496
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Web Client: New

Bug description:
I have a wizard that, when we click on a button, should open an URL on a new page. This button returns an "ir.actions.act_url" action with the url. The action executes well on the server, but the page is never shown in the browser. After investigation, it looks like that the problem comes from jQuery. So it is my patch :


web/addons/openerp/static/javascript/wizard.js

Line 56:

-    jQuery(form).submit();
+    form.submit();





Follow ups

References