Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020178 | Openbravo ERP | A. Platform | public | 2012-04-02 10:52 | 2012-04-17 05:31 |
|
Reporter | mirurita | |
Assigned To | dbaz | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP11 | |
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 | 0020178: Dojo grids (DataGrid.js) creating a request to a non existing image.editingRow.png |
Description | All the Dojo grids are creating request to an image (editingRow.png) that does not exist.
See attached screenshot. |
Steps To Reproduce | 1) Go to General Ledger Report
2) Open Multiple Product selector.
3) Enable developers tool (in Chrome) or Firebug (in firefox)
4) Check the console.
See attached screenshot. |
Proposed Solution | - Create the missing image
- Remove the usage of this image in Dojo grids |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0013651 | | closed | vmromanos | ProductMultiple & ProjectMultiple selectors have js errors immediately when opened. |
|
Attached Files | Dojo grid editingRow.png (56,247) 2012-04-02 10:52 https://issues.openbravo.com/file_download.php?file_id=5116&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-02 10:52 | mirurita | New Issue | |
2012-04-02 10:52 | mirurita | Assigned To | => dbaz |
2012-04-02 10:52 | mirurita | File Added: Dojo grid editingRow.png | |
2012-04-02 10:52 | mirurita | Modules | => Core |
2012-04-02 10:52 | mirurita | OBNetwork customer | => No |
2012-04-02 10:53 | mirurita | Relationship added | related to 0013651 |
2012-04-03 16:30 | dbaz | Note Added: 0047349 | |
2012-04-03 16:30 | hgbot | Checkin | |
2012-04-03 16:30 | hgbot | Note Added: 0047350 | |
2012-04-03 16:30 | hgbot | Status | new => resolved |
2012-04-03 16:30 | hgbot | Resolution | open => fixed |
2012-04-03 16:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/038f63ecf0b6b1ddb868b401e983a690667e135e [^] |
2012-04-04 10:43 | AugustoMauch | Note Added: 0047378 | |
2012-04-04 10:43 | AugustoMauch | Status | resolved => closed |
2012-04-04 10:43 | AugustoMauch | Fixed in Version | => 3.0MP11 |
2012-04-17 05:31 | hudsonbot | Checkin | |
2012-04-17 05:31 | hudsonbot | Note Added: 0047605 | |
Notes |
|
(0047349)
|
dbaz
|
2012-04-03 16:30
|
|
The classic dojo DataGrid has the in-line editing feature, although is not implemented in Openbravo.
There are 4 images for the editing status:
* refreshingRow.png
* rowError.png
* rowSaved.png
* editingRow.png
It seems that the first three are wrong, and the fourth one is missing. |
|
|
(0047350)
|
hgbot
|
2012-04-03 16:30
|
|
Repository: erp/devel/pi
Changeset: 038f63ecf0b6b1ddb868b401e983a690667e135e
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 03 16:30:13 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/038f63ecf0b6b1ddb868b401e983a690667e135e [^]
Fixed issue 20178: Added classic DataGrid missing png
---
M web/js/openbravo/templates/refreshingRow.png
M web/js/openbravo/templates/rowError.png
M web/js/openbravo/templates/rowSaved.png
A web/js/openbravo/templates/editingRow.png
---
|
|
|
|
Fix reviewed and verified in pi@fdadad1f7c3d |
|
|
|
|