c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05924
[Bug 668430] Re: [trunk] X-Requested-With
No, it's not fixed. I still have the same problem.
http://127.0.0.1:7070/jasperserver/flow.html?standAlone=true&j_password=jasperadmin&j_username=jasperadmin&
reportUnit=%2Fdeveloppement%2Forder&_flowId=viewReportFlow&order_id=17&cie_id=1&is_production=true&
user_id=1?requested_with=XMLHttpRequest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
In a wizard, try :
return {
'type': 'ir.actions.act_url',
'url': 'http://www.google.com',
'target': 'current'
}
** Changed in: openobject-client-web
Status: Invalid => New
--
[trunk] X-Requested-With
https://bugs.launchpad.net/bugs/668430
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:
Wizards can have actions that redirects to an URL. But, since version 6, when I try to do this, I always have "?requested_with=..." appended at the end of the url. My URL already has parameters and the result is : "http://myserver:port/myapplication/mypage?param1=value1¶m2=value2?requested_with=XMLHttpRequest" There are two quotations mark in the URL. And my application doesn't expects the parameter "requested_with".
References