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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0005129
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2008-09-21 17:542009-04-23 17:16
ReporterkbeView Statuspublic 
Assigned Todbaz 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision13005
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0005129: 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'
Tagsmain
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks backport 00074812.40 closeddbaz update field labels from callout 

-  Notes
(0013301)
dbaz (developer)
2009-02-10 13:03

Good point. We are going to include the function in 2.50
(0013302)
svnbot (reporter)
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 [^]

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