Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0007481 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | trivial | always | 2009-02-10 13:10 | 2009-05-21 16:39 | |||
Reporter | dbaz | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | low | Resolution | fixed | Fixed in Version | 2.40MP3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 13006 | ||||
Projection | none | ETA | none | Target Version | 2.40 | |||
OS | Linux 32 bit | Database | Oracle | Java version | 1.6.0_10 | |||
OS Version | Kubuntu 8.10 | Database version | 10g XE | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
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' | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0013303) svnbot (viewer) 2009-02-10 13:12 |
Repository: openbravo Revision: 13006 Author: dbaz Date: 2009-02-10 13:12:00 +0100 (Tue, 10 Feb 2009) Fixed bug 7481: Added label changing capabilities to formElementValue function --- U branches/r2.40/web/js/utils.js --- https://dev.openbravo.com/websvn/openbravo/?rev=13006&sc=1 [^] |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |