c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31712
[Bug 843993] [NEW] progressbar widget doesn't update in edit form
Public bug reported:
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() + '%';
** Affects: openobject-client-web
Importance: Undecided
Status: New
--
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/843993
Title:
progressbar widget doesn't update in edit form
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/openobject-client-web/+bug/843993/+subscriptions
Follow ups
References