Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0007481 | Openbravo ERP | A. Platform | public | 2009-02-10 13:10 | 2009-05-21 16:39 | |||||||
Reporter | dbaz | |||||||||||
Assigned To | dbaz | |||||||||||
Priority | low | Severity | trivial | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 20 | OS Version | Kubuntu 8.10 | ||||||||
Product Version | ||||||||||||
Target Version | 2.40 | Fixed in Version | 2.40MP3 | |||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0007481: update field labels from callout | |||||||||||
Description | Hi All, In some cases, we have to change some fields' labels depending on giving field (using callout). The problem is that labels are defined as SPAN which have no value attribute. We have implemented a workround solution by adding : if (ElementName.indexOf("_lbl")!=-1) { if (Value==null || Value=="null") Value=""; document.getElementById(ElementName).innerHTML = Value; return true; } to function formElementValue in utils.js file. Regards' | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2009-02-10 13:10 | dbaz | New Issue | ||||||||||
2009-02-10 13:10 | dbaz | Assigned To | => dbaz | |||||||||
2009-02-10 13:10 | dbaz | OBNetwork customer | => No | |||||||||
2009-02-10 13:10 | dbaz | Regression testing | => No | |||||||||
2009-02-10 13:11 | dbaz | Relationship added | depends on 0005129 | |||||||||
2009-02-10 13:12 | svnbot | Checkin | ||||||||||
2009-02-10 13:12 | svnbot | Note Added: 0013303 | ||||||||||
2009-02-10 13:12 | svnbot | Status | new => resolved | |||||||||
2009-02-10 13:12 | svnbot | Resolution | open => fixed | |||||||||
2009-02-10 13:12 | svnbot | svn_revision | => 13006 | |||||||||
2009-05-21 16:39 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|