Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0010138 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2009-07-30 18:08 | 2009-10-09 00:00 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP7 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 492a29f2609b | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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 | 0010138: 'Error received in IO Response data is null' is displayed when hovering over numeric field on an empty grid view | |||||||
Description | Sometimes 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 Reproduce | 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(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 (viewer) 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 (viewer) 2009-10-08 09:19 |
Tested working fine |
![]() |
|||
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:08 | psarobe | OBNetwork customer | => No |
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 |