← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 702410] Re: [trunk version 4305] Wizard with return a action url dont work

 

Hello Serge,

It has been fixed in trunk with Revision: 4360 
jra@xxxxxxxxxxx-20110117123407-bzvnkoiru6ak5cdn

Thanks.

** Changed in: openobject-client-web
       Status: Confirmed => Fix Released

** Changed in: openobject-client-web
    Milestone: None => 6.0

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702410

Title:
  [trunk version 4305] Wizard with return a action url dont work

Status in OpenObject Web Client:
  Fix Released

Bug description:
  In add/openerp/controllers/wizard.py

  Class Wizard
  Function  execute
  Line 129

  action return

  act_res = u'<script type="text/javascript">\n
  window.open(\'/medical/map/get?ids=[28, 32, 1]\')\n
  </script>\n"

  but i look in code and act_res never used, i add a

  return act_res

  , and now new table open like i want.

  But .... dunno the impact of this on other function, i let you decide
  how solve the problem, but if no "return act_res" the action url never
  executed.

  
  Is a major bug for us, because we use that to locate all partner on a google map, at the moment is impossible to locate partner.





References