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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010138
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2009-07-30 18:082009-10-09 00:00
ReporterpsarobeView Statuspublic 
Assigned Toshuehner 
PriorityurgentResolutionfixedFixed in Version2.50MP7
StatusclosedFix in branchFixed in SCM revision492a29f2609b
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

0010138: 'Error received in IO Response data is null' is displayed when hovering over numeric field on an empty grid view

DescriptionSometimes when you move to a grid view and in the grid there is no data retrieved you got an error message.

SEE ATTACH
Steps To Reproduce1. 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
TagsNo tags attached.
Attached Filespng file icon error.PNG [^] (26,873 bytes) 2009-07-30 18:16

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0010078 closedshuehner IO response error: data is null 
related to defect 0010026pi closedshuehner Opening child grid without data shows 'data is null' error box and stack trace in console 

-  Notes
(0018728)
shuehner (administrator)
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 (administrator)
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 (manager)
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 (developer)
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 (administrator)
2009-09-23 11:12

Pending dojo rebuild + updating of currentRevision in utils.js
(0020430)
hgbot (developer)
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 (developer)
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 (developer)
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 (manager)
2009-10-08 09:19

Tested working fine

- Issue History
Date Modified Username Field Change
2009-07-30 18:08 psarobe New Issue
2009-07-30 18:08 psarobe Assigned To => shuehner
2009-07-30 18:10 shuehner Note Added: 0018728
2009-07-30 18:10 shuehner Status new => feedback
2009-07-30 18:12 shuehner Note Added: 0018729
2009-07-30 18:15 psarobe Relationship added has duplicate 0010078
2009-07-30 18:16 psarobe File Added: error.PNG
2009-07-30 18:16 psarobe Status feedback => scheduled
2009-07-30 18:16 psarobe fix_in_branch => pi
2009-07-30 18:21 psarobe Note Added: 0018732
2009-07-30 18:21 psarobe Reproducibility sometimes => always
2009-07-30 18:21 psarobe fix_in_branch pi =>
2009-07-30 18:22 shuehner Summary Sometime 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:14 iciordia Priority high => urgent
2009-09-16 17:18 plujan Relationship added related to 0010626
2009-09-16 17:20 plujan Relationship deleted related to 0010626
2009-09-23 11:10 hgbot Checkin
2009-09-23 11:10 hgbot Note Added: 0020304
2009-09-23 11:10 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^]
2009-09-23 11:12 shuehner Note Added: 0020305
2009-09-29 11:04 hgbot Checkin
2009-09-29 11:04 hgbot Note Added: 0020430
2009-09-29 11:04 hgbot Status scheduled => resolved
2009-09-29 11:04 hgbot Resolution open => fixed
2009-09-29 11:04 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^] => http://code.openbravo.com/erp/devel/pi/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^]
2009-09-29 14:17 hgbot Checkin
2009-09-29 14:17 hgbot Note Added: 0020502
2009-09-29 14:17 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^]
2009-09-29 14:19 hgbot Checkin
2009-09-29 14:19 hgbot Note Added: 0020525
2009-09-29 14:19 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/97dd457bbb50f3d9b31e4bbc2029e0625cd6fc4c [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/492a29f2609b6bf7ddc4d063d2f184bd2eaaa7db [^]
2009-10-08 09:19 psarobe Status resolved => closed
2009-10-08 09:19 psarobe Note Added: 0020865
2009-10-08 09:19 psarobe Fixed in Version => 2.50MP7
2009-10-09 00:00 anonymous sf_bug_id 0 => 2875121
2009-11-03 12:55 shuehner Relationship added related to 0010026
2010-08-11 20:21 elopio Relationship added related to 0014160
2010-08-12 13:53 shuehner Relationship deleted related to 0014160


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker