← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 843993] Re: progressbar widget doesn't update in edit form

 

Vishal, please note that while (according to your repro) the bug does
indeed seem to exist in the new client as well, Bastian's patches are
for the 6.0 client (so I assume it exists in both clients).

** Also affects: openobject-client-web
   Importance: Undecided
       Status: New

** Changed in: openobject-client-web
     Assignee: (unassigned) => OpenERP Publisher's Warranty Team (openerp-opw)

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

Title:
  progressbar widget doesn't update in edit form

Status in OpenERP Web:
  Confirmed
Status in OpenERP Web Client:
  New

Bug description:
  The onchange method doesn't update progress bars inside edit forms.

  It's a javascript bug, fix:
  /openerp/static/javascript/form.js
  Line 661:
  change var progress = values['progress'].toString() + '%';
  into var progress = values[k].toString() + '%';

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/843993/+subscriptions


References