Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0005620 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | major | always | 2008-10-22 19:48 | 2009-02-23 11:36 | |||
Reporter | pjuvara | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | high | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 11610 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | Oracle | Java version | 1.6 | |||
OS Version | Ubuntu 8.04 | Database version | 10g | Ant version | 1.5 | |||
Product Version | 2.40 | SCM revision | 9006 | |||||
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 | 0005620: Data grid export fails when audit info is shown | |||||||
Description | When audit info is shown in a data grid and you export to Excel, the export fails and the export file is empty, regardless of the data in the grid. | |||||||
Steps To Reproduce | 1) Choose Openbravo Admin role 2) Navigate to Business Partner screen 3) Query all business partners 4) Switch the window to grid mode 5) Press Export to Excel => the data in the grid is exported - OK! 6) Press Audit Info => the grid is refreshed and the audit info is shown - OK! 7) Press Export to Excel again => the exported file is 0 bytes in length - FAIL!! | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0009897) svnbot (viewer) 2008-10-31 17:55 |
Repository: openbravo Revision: 9531 Author: alostale Date: 2008-10-31 17:55:34 +0100 (Fri, 31 Oct 2008) fixed bug 0005620: Don't show all the users in the audit info fields --- U trunk/src-wad/src/org/openbravo/wad/Fields_data.xsql U trunk/src-wad/src/org/openbravo/wad/Wad.java U trunk/src-wad/src/org/openbravo/wad/WadUtility.java U trunk/src-wad/src/org/openbravo/wad/datasource.xsqlxml --- https://dev.openbravo.com/websvn/openbravo/?rev=9531&sc=1 [^] |
(0009898) svnbot (viewer) 2008-10-31 17:58 |
Repository: openbravo Revision: 9532 Author: alostale Date: 2008-10-31 17:58:05 +0100 (Fri, 31 Oct 2008) fixed bug 0005620: Don't show all the users in the audit info fields (db function) --- U trunk/src-db/database/model/functions/AD_TABLE_IMPORT.xml --- https://dev.openbravo.com/websvn/openbravo/?rev=9532&sc=1 [^] |
(0009899) svnbot (viewer) 2008-10-31 18:02 |
Repository: openbravo Revision: 9533 Author: alostale Date: 2008-10-31 18:02:17 +0100 (Fri, 31 Oct 2008) fixed bug 0005620: Don't show all the users in the audit info fields (db data) --- U trunk/src-db/database/sourcedata/AD_COLUMN.xml --- https://dev.openbravo.com/websvn/openbravo/?rev=9533&sc=1 [^] |
(0009900) alostale (viewer) 2008-10-31 18:04 |
To backport this bug: *merge revisions 9531 and 9532 *for the database data execute update ad_column set ad_reference_id = '30', ad_reference_value_id = null where lower(columnname)='updatedby' or lower(columnname)='createdby'; |
(0009913) svnbot (viewer) 2008-11-03 09:28 |
Repository: openbravo Revision: 9550 Author: alostale Date: 2008-11-03 09:28:49 +0100 (Mon, 03 Nov 2008) fixed bug 0005620: Fixed warnings about not found columns when generating windows --- U trunk/src-wad/src/org/openbravo/wad/WadUtility.java --- https://dev.openbravo.com/websvn/openbravo/?rev=9550&sc=1 [^] |
(0009914) svnbot (viewer) 2008-11-03 09:37 |
Repository: openbravo Revision: 9552 Author: alostale Date: 2008-11-03 09:37:35 +0100 (Mon, 03 Nov 2008) fixed bug 0005620: Fixed minor bugs with this issue --- U trunk/src-wad/src/org/openbravo/wad/Fields_data.xsql U trunk/src-wad/src/org/openbravo/wad/WadUtility.java --- https://dev.openbravo.com/websvn/openbravo/?rev=9552&sc=1 [^] |
(0009915) svnbot (viewer) 2008-11-03 09:48 |
Repository: openbravo Revision: 9554 Author: huehner Date: 2008-11-03 09:48:16 +0100 (Mon, 03 Nov 2008) Issue 5620 add missing 'as' to fix sql statement on postgres --- U trunk/src-wad/src/org/openbravo/wad/Fields_data.xsql --- https://dev.openbravo.com/websvn/openbravo/?rev=9554&sc=1 [^] |
(0010050) shuehner (administrator) 2008-11-06 17:19 |
Reopen, as the commited changes really belonged to 5539 and this issue is still not fixed. |
(0010106) psarobe (viewer) 2008-11-09 20:16 |
Reminder to engineers: Please write the steps and the issues to verify when the bug is fixed so QA team can check if the fixed is correct |
(0011760) svnbot (viewer) 2008-12-30 12:42 |
Repository: openbravo Revision: 11609 Author: iperdomo Date: 2008-12-30 12:42:40 +0100 (Tue, 30 Dec 2008) Fixes issue 5667: Fixes issue 5620: Define a name when the column don't have a field associated, prevent a NPE and be able to get a text length --- U branches/r2.40/src/org/openbravo/erpCommon/utility/TableSQLQuery_data.xsql --- https://dev.openbravo.com/websvn/openbravo/?rev=11609&sc=1 [^] |
(0011761) svnbot (viewer) 2008-12-30 12:43 |
Repository: openbravo Revision: 11610 Author: iperdomo Date: 2008-12-30 12:43:44 +0100 (Tue, 30 Dec 2008) Fixes issue 5620: Define a name when the column don't have a field associated, prevent a NPE and be able to get a text length --- U trunk/src/org/openbravo/erpCommon/utility/TableSQLQuery_data.xsql --- https://dev.openbravo.com/websvn/openbravo/?rev=11610&sc=1 [^] |
(0013908) sureshbabu (viewer) 2009-02-23 11:36 |
Retested in context http://79.125.56.185/openbravotrunk [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2008-10-22 19:48 | pjuvara | New Issue | |
2008-10-22 19:48 | pjuvara | Assigned To | => cromero |
2008-10-22 19:48 | pjuvara | sf_bug_id | 0 => 2187296 |
2008-10-22 19:48 | pjuvara | OBNetwork customer | => No |
2008-10-22 19:48 | pjuvara | Regression testing | => No |
2008-10-27 10:10 | psarobe | Status | new => scheduled |
2008-10-27 10:10 | psarobe | Assigned To | cromero => alostale |
2008-10-27 10:10 | psarobe | fix_in_branch | => trunk |
2008-10-31 17:55 | svnbot | Checkin | |
2008-10-31 17:55 | svnbot | Note Added: 0009897 | |
2008-10-31 17:55 | svnbot | Status | scheduled => resolved |
2008-10-31 17:55 | svnbot | Resolution | open => fixed |
2008-10-31 17:55 | svnbot | svn_revision | => 9531 |
2008-10-31 17:58 | svnbot | Checkin | |
2008-10-31 17:58 | svnbot | Note Added: 0009898 | |
2008-10-31 17:58 | svnbot | svn_revision | 9531 => 9532 |
2008-10-31 18:02 | svnbot | Checkin | |
2008-10-31 18:02 | svnbot | Note Added: 0009899 | |
2008-10-31 18:02 | svnbot | svn_revision | 9532 => 9533 |
2008-10-31 18:04 | alostale | Note Added: 0009900 | |
2008-11-03 09:28 | svnbot | Checkin | |
2008-11-03 09:28 | svnbot | Note Added: 0009913 | |
2008-11-03 09:28 | svnbot | svn_revision | 9533 => 9550 |
2008-11-03 09:37 | svnbot | Checkin | |
2008-11-03 09:37 | svnbot | Note Added: 0009914 | |
2008-11-03 09:37 | svnbot | svn_revision | 9550 => 9552 |
2008-11-03 09:48 | svnbot | Checkin | |
2008-11-03 09:48 | svnbot | Note Added: 0009915 | |
2008-11-03 09:48 | svnbot | svn_revision | 9552 => 9554 |
2008-11-06 17:19 | shuehner | Status | resolved => new |
2008-11-06 17:19 | shuehner | Resolution | fixed => open |
2008-11-06 17:19 | shuehner | Note Added: 0010050 | |
2008-11-09 20:16 | psarobe | Status | new => scheduled |
2008-11-09 20:16 | psarobe | Note Added: 0010106 | |
2008-12-10 09:50 | alostale | Assigned To | alostale => iperdomo |
2008-12-30 12:42 | svnbot | Checkin | |
2008-12-30 12:42 | svnbot | Note Added: 0011760 | |
2008-12-30 12:42 | svnbot | Status | scheduled => resolved |
2008-12-30 12:42 | svnbot | Resolution | open => fixed |
2008-12-30 12:42 | svnbot | svn_revision | 9554 => 11609 |
2008-12-30 12:43 | svnbot | Checkin | |
2008-12-30 12:43 | svnbot | Note Added: 0011761 | |
2008-12-30 12:43 | svnbot | svn_revision | 11609 => 11610 |
2009-02-23 11:36 | sureshbabu | Status | resolved => closed |
2009-02-23 11:36 | sureshbabu | Note Added: 0013908 | |
2009-02-23 11:36 | sureshbabu | Fixed in Version | => trunk |
Copyright © 2000 - 2009 MantisBT Group |