Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010138Openbravo ERPA. Platformpublic2009-07-30 18:082009-10-09 00:00
psarobe 
shuehner 
urgentminoralways
closedfixed 
5
pi 
2.50MP7 
Core
No
0010138: 'Error received in IO Response data is null' is displayed when hovering over numeric field on an empty grid view
Sometimes when you move to a grid view and in the grid there is no data retrieved you got an error message.

SEE ATTACH
1. Login as Openbravo Admin
2. Go to Master Data Management->Import Data->Import Loader Format
3. Click new and fill the mandatory fields
4. Click Field format tab. When moving to that tab you have to be in grid view
No tags attached.
has duplicate defect 0010078 closed shuehner IO response error: data is null 
related to defect 0010026pi closed shuehner Opening child grid without data shows 'data is null' error box and stack trace in console 
png error.PNG (26,873) 2009-07-30 18:16
https://issues.openbravo.com/file_download.php?file_id=1607&type=bug
png
Issue History
2009-07-30 18:08psarobeNew Issue
2009-07-30 18:08psarobeAssigned To => shuehner
2009-07-30 18:10shuehnerNote Added: 0018728
2009-07-30 18:10shuehnerStatusnew => feedback
2009-07-30 18:12shuehnerNote Added: 0018729
2009-07-30 18:15psarobeRelationship addedhas duplicate 0010078
2009-07-30 18:16psarobeFile Added: error.PNG
2009-07-30 18:16psarobeStatusfeedback => scheduled
2009-07-30 18:16psarobefix_in_branch => pi
2009-07-30 18:21psarobeNote Added: 0018732
2009-07-30 18:21psarobeReproducibilitysometimes => always
2009-07-30 18:21psarobefix_in_branchpi =>
2009-07-30 18:22shuehnerSummarySometime appear an erro IO response meesage => 'Error received in IO Response data is null' is displayed when hovering over numeric field on an empty grid view
2009-09-16 16:14iciordiaPriorityhigh => urgent
2009-09-16 17:18plujanRelationship addedrelated to 0010626
2009-09-16 17:20plujanRelationship deletedrelated to 0010626
2009-09-23 11:10hgbotCheckin
2009-09-23 11:10hgbotNote Added: 0020304
2009-09-23 11:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^]
2009-09-23 11:12shuehnerNote Added: 0020305
2009-09-29 11:04hgbotCheckin
2009-09-29 11:04hgbotNote Added: 0020430
2009-09-29 11:04hgbotStatusscheduled => resolved
2009-09-29 11:04hgbotResolutionopen => fixed
2009-09-29 11:04hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^] => http://code.openbravo.com/erp/devel/pi/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^]
2009-09-29 14:17hgbotCheckin
2009-09-29 14:17hgbotNote Added: 0020502
2009-09-29 14:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^]
2009-09-29 14:19hgbotCheckin
2009-09-29 14:19hgbotNote Added: 0020525
2009-09-29 14:19hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^]
2009-10-08 09:19psarobeStatusresolved => closed
2009-10-08 09:19psarobeNote Added: 0020865
2009-10-08 09:19psarobeFixed in Version => 2.50MP7
2009-10-09 00:00anonymoussf_bug_id0 => 2875121
2009-11-03 12:55shuehnerRelationship addedrelated to 0010026
2010-08-11 20:21elopioRelationship addedrelated to 0014160
2010-08-12 13:53shuehnerRelationship deletedrelated to 0014160

Notes
(0018728)
shuehner   
2009-07-30 18:10   
Error received in the IO Response is only the header of an error message for all possible errors:

What is the text of the error (second line). Please add exact text or screenshot or error message.
(0018729)
shuehner   
2009-07-30 18:12   
Additionally please clear the browser cache once with current pi and retest, as a similar error war fixed some days ago... and perhaps the browser is still using the old js files.
(0018732)
psarobe   
2009-07-30 18:21   
It happens consistently whenever you pass the mouse over the header of a column that is numeric. The reason is that it tries to calculate the sum of the records in that grid but no records are present. Only when more of one record is present and selected and you put the mouse over the header of that column should calculate the sum
(0020304)
hgbot   
2009-09-23 11:10   
Repository: erp/devel/pi
Changeset: 97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Sep 23 11:10:29 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^]

Issue 10138: don't display 'data is null' when hovering over col with no rows
- don't sent string 'undefined' instead of id-list with not rows selected
- use '0' when sql query returned null

---
M src/org/openbravo/erpCommon/utility/DataGrid.java
M web/js/openbravo/widget/DataGrid.js
---
(0020305)
shuehner   
2009-09-23 11:12   
Pending dojo rebuild + updating of currentRevision in utils.js
(0020430)
hgbot   
2009-09-29 11:04   
Repository: erp/devel/pi
Changeset: 492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Sep 29 11:04:13 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^]

Fixed 10138: Commit rebuild dojo files and update rev-control number

---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/dojotoolkit/dojo/dojo.js
M web/js/dojotoolkit/dojo/dojo.js.uncompressed.js
M web/js/utils.js
---
(0020502)
hgbot   
2009-09-29 14:17   
Repository: erp/devel/pi-pageddatagrid
Changeset: 97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Sep 23 11:10:29 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^]

Issue 10138: don't display 'data is null' when hovering over col with no rows
- don't sent string 'undefined' instead of id-list with not rows selected
- use '0' when sql query returned null

---
M src/org/openbravo/erpCommon/utility/DataGrid.java
M web/js/openbravo/widget/DataGrid.js
---
(0020525)
hgbot   
2009-09-29 14:19   
Repository: erp/devel/pi-pageddatagrid
Changeset: 492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Sep 29 11:04:13 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^]

Fixed 10138: Commit rebuild dojo files and update rev-control number

---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/dojotoolkit/dojo/dojo.js
M web/js/dojotoolkit/dojo/dojo.js.uncompressed.js
M web/js/utils.js
---
(0020865)
psarobe   
2009-10-08 09:19   
Tested working fine