Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011821 | Openbravo ERP | A. Platform | public | 2009-12-18 15:43 | 2010-01-23 00:00 |
|
Reporter | iciordia | |
Assigned To | alostale | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | any |
Product Version | pi | |
Target Version | | Fixed in Version | | |
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 | 0011821: BLOB images show the uuid of the image in grid mode |
Description | If a field using BLOB image reference is shown in grid mode the grid shows the uuid of the image.
Instead it should show a "Display image" link that opens a layer (or pop-up window if layer is not possible) on top of the grid rendering the image. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-12-18 15:43 | iciordia | New Issue | |
2009-12-18 15:43 | iciordia | Assigned To | => dbaz |
2009-12-18 15:43 | iciordia | OBNetwork customer | => No |
2009-12-18 16:23 | andreaferaco | Issue Monitored: andreaferaco | |
2009-12-21 16:49 | dbaz | Note Added: 0022984 | |
2009-12-21 23:26 | dbaz | Note Added: 0022990 | |
2009-12-21 23:32 | dbaz | Assigned To | dbaz => alostale |
2010-01-18 18:29 | mondalaci | Note Added: 0023512 | |
2010-01-18 18:30 | mondalaci | Issue Monitored: mondalaci | |
2010-01-19 15:49 | hgbot | Checkin | |
2010-01-19 15:49 | hgbot | Note Added: 0023568 | |
2010-01-19 15:49 | hgbot | Status | new => resolved |
2010-01-19 15:49 | hgbot | Resolution | open => fixed |
2010-01-19 15:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b1788ba13033334b11447b0a5506bb2a84d2f1cf [^] |
2010-01-20 14:56 | iciordia | Note Added: 0023618 | |
2010-01-20 14:58 | mondalaci | Note Added: 0023619 | |
2010-01-20 23:26 | hudsonbot | Checkin | |
2010-01-20 23:26 | hudsonbot | Note Added: 0023676 | |
2010-01-22 12:09 | dbaz | Status | resolved => closed |
2010-01-23 00:00 | anonymous | sf_bug_id | 0 => 2937523 |
Notes |
|
(0022984)
|
dbaz
|
2009-12-21 16:49
|
|
|
|
(0022990)
|
dbaz
|
2009-12-21 23:26
|
|
Actually "Image" reference defines the DataGrid column as img (image) and the "text" of the cell is an url.
In the DataGrid a miniature of the image is shown, and if the user clicks it, it is opened in a popup (or in a new tab in FF using middle mouse button).
Now what is pending is to port the same logic existing now in "Image" reference to the new "Image BLOB" reference. |
|
|
|
Hi dbaz,
I like the implementation that you described. In which MP will you integrate this?
How about providing a way on a global or local level to set thumbnail size? |
|
|
(0023568)
|
hgbot
|
2010-01-19 15:49
|
|
Repository: erp/devel/pi
Changeset: b1788ba13033334b11447b0a5506bb2a84d2f1cf
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jan 19 15:49:01 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b1788ba13033334b11447b0a5506bb2a84d2f1cf [^]
fixed issue 011821: BLOB image reference shows image in grid
---
M src/org/openbravo/erpCommon/utility/DataGrid.java
M src/org/openbravo/erpCommon/utility/TableSQLData.java
---
|
|
|
(0023618)
|
iciordia
|
2010-01-20 14:56
|
|
Hi Mondalaci,
this feature will be included in MP11 to be published in 10 days.
The thumbnail size is fixed to fit with the height of a grid row
Ismael |
|
|
|
Ismael,
Excellent news! Thank you very much for letting me know.
Laci |
|
|
|
|