Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0015161 | Openbravo ERP | A. Platform | public | 2010-11-11 12:55 | 2012-04-26 12:25 | |||||||
Reporter | albertobg | |||||||||||
Assigned To | migueldejuana | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | out of date | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | 2.50MP23 | |||||||||||
Target Version | Fixed in Version | pi | ||||||||||
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 | 0015161: When use the new showImage API in MP23 and no image id is found a green image is shown | |||||||||||
Description | When we use the new ShowImage API introduced in the MP23 release, using the expression org.openbravo.erpCommon.utility.Utility.showImage("IMAGEID"), if "IMAGEID" is null, the showImage object returns an awt.image object completely green. We will solved this issue using the expression: ($F{IDIMATGE} == null || $F{IDIMATGE}.length() == 0) ? null : org.openbravo.erpCommon.utility.Utility.showImage($F{IDIMATGE}) And selection the option On error -> Blank of the ireport's image object. | |||||||||||
Steps To Reproduce | -Create a report and put an image object using the expression org.openbravo.erpCommon.utility.Utility.showImage($F{IDIMATGE}) -Print report for a data set that returns a null in the field IDIMATGE | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2010-11-11 12:55 | albertobg | New Issue | ||||||||||
2010-11-11 12:55 | albertobg | Assigned To | => alostale | |||||||||
2010-11-11 12:56 | albertobg | Issue Monitored: albertobg | ||||||||||
2010-11-15 08:09 | alostale | Relationship added | related to 0014625 | |||||||||
2010-11-15 08:09 | alostale | Status | new => scheduled | |||||||||
2010-11-15 08:09 | alostale | Assigned To | alostale => adrianromero | |||||||||
2010-11-15 08:09 | alostale | fix_in_branch | => pi | |||||||||
2011-06-03 10:58 | dalsasua | Assigned To | adrianromero => dalsasua | |||||||||
2011-07-20 18:13 | dalsasua | Assigned To | dalsasua => jonalegriaesarte | |||||||||
2012-04-03 12:20 | jonalegriaesarte | Assigned To | jonalegriaesarte => vmromanos | |||||||||
2012-04-10 13:44 | vmromanos | Assigned To | vmromanos => alostale | |||||||||
2012-04-24 14:58 | alostale | Assigned To | alostale => migueldejuana | |||||||||
2012-04-26 12:25 | migueldejuana | Note Added: 0048010 | ||||||||||
2012-04-26 12:25 | migueldejuana | Status | scheduled => closed | |||||||||
2012-04-26 12:25 | migueldejuana | Resolution | open => out of date | |||||||||
2012-04-26 12:25 | migueldejuana | Fixed in Version | => pi |
Notes | |||||
|
|||||
|
|