Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0004849 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | critical | always | 2008-09-08 11:09 | 2008-11-25 23:11 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 7208 | ||||
Projection | none | ETA | none | Target Version | pi | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0004849: New list references do not work | |||||||
Description | When a new list reference is created and assigned to a column no values are displayed for its field. This happens for new references with non-numeric ID. | |||||||
Steps To Reproduce | * Create a new list reference * Add values * Associate this reference to a column * Create a field in a tab for that column * Compile that window * Enter in the window -> No values are shown for the field | |||||||
Tags | UUID project | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0008914) svnbot (reporter) 2008-09-08 11:20 |
Repository: openbravo Revision: 6983 Author: alostale Date: 2008-09-08 11:20:09 +0200 (Mon, 08 Sep 2008) fixed bug 0004849: New list references didn't work --- U trunk/src/org/openbravo/erpCommon/utility/ComboTableData.java --- https://dev.openbravo.com/websvn/openbravo/?rev=6983&sc=1 [^] |
(0008986) rafaroda (developer) 2008-09-11 10:50 |
Must replace in ComboTableData.java: try { Integer.valueOf(_reference).intValue(); } catch (Exception ignore) { _reference = ComboTableQueryData....; } by if (!IsUUID.isUUIDString(_reference)) { _reference = ComboTableQueryData....; } Where isUUIDString determines if a string of characters is an Openbravo UUID. |
(0009003) svnbot (reporter) 2008-09-11 16:23 |
Repository: openbravo Revision: 7208 Author: rafaroda Date: 2008-09-11 16:22:58 +0200 (Thu, 11 Sep 2008) Fixes bug 0004849 Added 'if(!Utility.isUUIDString(_reference))'. --- U trunk/src/org/openbravo/erpCommon/utility/ComboTableData.java U trunk/src/org/openbravo/erpCommon/utility/Utility.java --- https://dev.openbravo.com/websvn/openbravo/?rev=7208&sc=1 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2008-09-08 11:09 | alostale | New Issue | |
2008-09-08 11:09 | alostale | Assigned To | => alostale |
2008-09-08 11:09 | alostale | sf_bug_id | 0 => 2099812 |
2008-09-08 11:09 | alostale | Regression testing | => No |
2008-09-08 11:10 | alostale | Tag Attached: UUID project | |
2008-09-08 11:20 | svnbot | Checkin | |
2008-09-08 11:20 | svnbot | Note Added: 0008914 | |
2008-09-08 11:20 | svnbot | Status | new => resolved |
2008-09-08 11:20 | svnbot | Resolution | open => fixed |
2008-09-08 11:20 | svnbot | svn_revision | => 6983 |
2008-09-11 10:50 | rafaroda | Note Added: 0008986 | |
2008-09-11 16:23 | svnbot | Checkin | |
2008-09-11 16:23 | svnbot | Note Added: 0009003 | |
2008-09-11 16:23 | svnbot | svn_revision | 6983 => 7208 |
2008-11-25 23:11 | psarobe | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |