Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009851Openbravo ERP00. Application dictionarypublic2009-07-13 14:012009-07-29 00:00
alostale 
alostale 
urgentminoralways
closedfixed 
5
pi 
pi2.50MP3 
Core
No
0009851: Not possible to add multiple session variables comma separated to a where clause
When a tab where clause contains multiple session variables comma separated, it fails in compilation time.
-Add to a tab a where clause like: HCMC_isChildTeam(C_BPartner.em_hcmc_team_id,@#AD_Client_ID@,@#AD_User_ID@) <> -1 (calling a function)
-Compile: this error is raised:
   [java] 143927 [main] INFO org.openbravo.wad.Wad - Processing Window: Employee (Manager View) - Tab: Employee - id: 3AD9369C575F11DE968A8F364F2E0E15
     [java] java.lang.StringIndexOutOfBoundsException: String index out of range: -2
250MP3releasecandidate
Issue History
2009-07-13 14:01alostaleNew Issue
2009-07-13 14:01alostaleAssigned To => alostale
2009-07-13 14:05hgbotCheckin
2009-07-13 14:05hgbotNote Added: 0018164
2009-07-13 14:05hgbotStatusnew => resolved
2009-07-13 14:05hgbotResolutionopen => fixed
2009-07-13 14:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f9e101c361b1eb3265ab7d77a0dbf60985743a13 [^]
2009-07-14 14:18AinhoaPagolaNote Added: 0018222
2009-07-21 16:24psarobeFixed in Version => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-28 13:07psarobeStatusresolved => closed
2009-07-29 00:00anonymoussf_bug_id0 => 2828660

Notes
(0018164)
hgbot   
2009-07-13 14:05   
Repository: erp/devel/pi
Changeset: f9e101c361b1eb3265ab7d77a0dbf60985743a13
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jul 13 14:02:11 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f9e101c361b1eb3265ab7d77a0dbf60985743a13 [^]

fixed bug 0009851: Not possible to add multiple session variables comma separated to a where clause

---
M src-wad/src/org/openbravo/wad/WadUtility.java
---
(0018222)
AinhoaPagola   
2009-07-14 14:18   
I have tested too (with the example provided above) and it is working fine.