Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010357Openbravo ERPA. Platformpublic2009-08-20 16:352009-10-14 00:00
shuehner 
alostale 
urgentminorhave not tried
closedfixed 
5
pi 
2.50MP7 
Core
No
0010357: new function Utility:getListValueName uses non-optimal way to read database data
This function wants to read one (optionally translated) value from the database but reads all values of a list reference and filters it in a for loop in java.

This should be changed/fixed to just filter by the correct value.
OBPS-Security
Issue History
2009-08-20 16:35shuehnerNew Issue
2009-08-20 16:35shuehnerAssigned To => alostale
2009-08-20 16:36shuehnerTag Attached: OBPS-Security
2009-08-20 21:10plujanStatusnew => scheduled
2009-10-09 12:12hgbotCheckin
2009-10-09 12:12hgbotNote Added: 0020905
2009-10-09 12:12hgbotStatusscheduled => resolved
2009-10-09 12:12hgbotResolutionopen => fixed
2009-10-09 12:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3925e511c3e68edec4af6bce32a74b3c1044b6b5 [^]
2009-10-13 09:10arunkumarStatusresolved => closed
2009-10-13 09:10arunkumarNote Added: 0020958
2009-10-13 09:10arunkumarFixed in Version => 2.50MP7
2009-10-14 00:00anonymoussf_bug_id0 => 2878311

Notes
(0020905)
hgbot   
2009-10-09 12:12   
Repository: erp/devel/pi
Changeset: 3925e511c3e68edec4af6bce32a74b3c1044b6b5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Oct 09 12:11:49 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3925e511c3e68edec4af6bce32a74b3c1044b6b5 [^]

fixed bug 10357: new function Utility:getListValueName uses non-optimal way to read database data

---
M src/org/openbravo/erpCommon/utility/Utility.java
---
(0020958)
arunkumar   
2009-10-13 09:10   
The commits are reflected in PI. Tested & Working fine.