Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007481
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformtrivialalways2009-02-10 13:102009-05-21 16:39
ReporterdbazView Statuspublic 
Assigned Todbaz 
PrioritylowResolutionfixedFixed in Version2.40MP3
StatusclosedFix in branchFixed in SCM revision13006
ProjectionnoneETAnoneTarget Version2.40
OSLinux 32 bitDatabaseOracleJava version1.6.0_10
OS VersionKubuntu 8.10Database version10g XEAnt version1.7.1
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0007481: update field labels from callout

DescriptionHi 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'
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0005129 closeddbaz update field labels from callout 

-  Notes
(0013303)
svnbot (reporter)
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 [^]

- 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 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
Powered by Mantis Bugtracker