← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Attached a fix for the form.js file

** Patch added: "form.js.diff"
   https://bugs.launchpad.net/openerp-web/+bug/843993/+attachment/2373364/+files/form.js.diff

-- 
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

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