Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0005129 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2008-09-21 17:54 | 2009-04-23 17:16 | |||
Reporter | kbe | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 13005 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | 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 | 0005129: 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 | main | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0013301) dbaz (viewer) 2009-02-10 13:03 |
Good point. We are going to include the function in 2.50 |
(0013302) svnbot (viewer) 2009-02-10 13:05 |
Repository: openbravo Revision: 13005 Author: dbaz Date: 2009-02-10 13:05:45 +0100 (Tue, 10 Feb 2009) Fixed bug 5129: Added label changing capabilities to formElementValue function --- U trunk/web/js/utils.js --- https://dev.openbravo.com/websvn/openbravo/?rev=13005&sc=1 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2008-09-21 17:54 | kbe | New Issue | |
2008-09-21 17:54 | kbe | Assigned To | => cromero |
2008-09-21 17:54 | kbe | sf_bug_id | 0 => 2121837 |
2008-09-22 13:17 | cromero | Status | new => scheduled |
2008-09-22 13:17 | cromero | fix_in_branch | => trunk |
2008-10-29 13:12 | cromero | Assigned To | cromero => dbaz |
2009-02-10 13:03 | dbaz | Note Added: 0013301 | |
2009-02-10 13:04 | dbaz | OBNetwork customer | => No |
2009-02-10 13:04 | dbaz | version | 2.40 => trunk |
2009-02-10 13:04 | dbaz | fix_in_branch | trunk => |
2009-02-10 13:05 | svnbot | Checkin | |
2009-02-10 13:05 | svnbot | Note Added: 0013302 | |
2009-02-10 13:05 | svnbot | Status | scheduled => resolved |
2009-02-10 13:05 | svnbot | Resolution | open => fixed |
2009-02-10 13:05 | svnbot | svn_revision | => 13005 |
2009-02-10 13:11 | dbaz | Relationship added | blocks 0007481 |
2009-04-22 11:24 | psarobe | Tag Attached: main | |
2009-04-23 17:16 | psarobe | Regression testing | => No |
2009-04-23 17:16 | psarobe | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |