Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026475Openbravo ERPA. Platformpublic2014-05-06 15:492014-05-12 06:11
alostale 
guillermogil 
immediatecriticalhave not tried
closedfixed 
5
 
3.0PR14Q3 
shankarb
Core
Automated tests
2014-05-06
https://code.openbravo.com/erp/devel/pi/rev/2b6197ee4047ba07391b3063dfc21edf398ef5e1 [^]
No
0026475: Product selector is not working
Product selector is not working.

Problem is in AdvancedQueryBuilder.substituteContextParameters method, this loop never ends:

while (ancestorTab != null && paramValue.equals("")) {
 ...
}
-In Sales Order try to open product selector -> No value is returned.
No tags attached.
has duplicate defect 00263573.0PR14Q3 closed guillermogil If you have a window with one tab without a parent key, the tab data is not refreshed 
Issue History
2014-05-06 15:49alostaleNew Issue
2014-05-06 15:49alostaleAssigned To => guillermogil
2014-05-06 15:49alostaleModules => Core
2014-05-06 15:49alostaleTriggers an Emergency Pack => No
2014-05-06 15:50alostaleRegression level => Automated tests
2014-05-06 15:50alostaleRegression date => 2014-05-06
2014-05-06 15:50alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/dfa6251edace4557a4206f25aa783115b4cef5e7 [^]
2014-05-06 15:50alostaleRelationship addedhas duplicate 0026357
2014-05-06 16:01guillermogilRegression introduced by commithttp://code.openbravo.com/erp/devel/pi/rev/dfa6251edace4557a4206f25aa783115b4cef5e7 [^] => https://code.openbravo.com/erp/devel/pi/rev/2b6197ee4047ba07391b3063dfc21edf398ef5e1 [^]
2014-05-06 16:01guillermogilIssue Monitored: shankarb
2014-05-06 16:01guillermogilReview Assigned To => shankarb
2014-05-06 16:06hgbotCheckin
2014-05-06 16:06hgbotNote Added: 0066849
2014-05-06 16:06hgbotStatusnew => resolved
2014-05-06 16:06hgbotResolutionopen => fixed
2014-05-06 16:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1a02b5e28247a84820d82bf17397129b95186a25 [^]
2014-05-07 18:12hudsonbotCheckin
2014-05-07 18:12hudsonbotNote Added: 0067002
2014-05-12 06:11shankarbNote Added: 0067079
2014-05-12 06:11shankarbStatusresolved => closed
2014-05-12 06:11shankarbFixed in Version => PR14Q3

Notes
(0066849)
hgbot   
2014-05-06 16:06   
Repository: erp/devel/pi
Changeset: 1a02b5e28247a84820d82bf17397129b95186a25
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Tue May 06 16:05:42 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1a02b5e28247a84820d82bf17397129b95186a25 [^]

Fixed issue 26475:Product selector is not working

While loop was not stopping, ancestorTab was always updating its value with the same value

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
(0067002)
hudsonbot   
2014-05-07 18:12   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/02ca2648bcdc [^]
Maturity status: Test
(0067079)
shankarb   
2014-05-12 06:11   
Code reviewed and verified in pi changeset 497b9af3dd75.