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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004849
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionarycriticalalways2008-09-08 11:092008-11-25 23:11
ReporteralostaleView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision7208
ProjectionnoneETAnoneTarget Versionpi
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

0004849: New list references do not work

DescriptionWhen 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
TagsUUID 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
Powered by Mantis Bugtracker