Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026238Openbravo ERPA. Platformpublic2014-04-10 13:042014-10-01 16:22
guillermogil 
alostale 
immediatecriticalalways
closedfixed 
3012.04
pi 
3.0PR14Q23.0PR14Q2 
AugustoMauch
Google Chrome
Core
Pre packaging ( pi )
2014-03-21
main
http://code.openbravo.com/erp/devel/pi/rev/06c118995adc10ec206f039743ec34585bb34ac6 [^]
No
0026238: Property field on Defined Selector Field tab is not working
Property field on Defined Selector Field tab does not bring any data.
1.- Create a new reference with parent reference OBUISEL_Selector Reference
2.- Create a new Defined Selector
3.- Create a new Defined selector Field and write on Property field the text: 'id'

Property field does not show any data.
No tags attached.
related to defect 00260433.0PR14Q2 closed alostale blur triggers selector ds request without pagination 
related to defect 0026240 closed alostale NPE when filtering selectors based on datasource 
related to defect 0026432 closed alostale can't select a computed column for a property field. 
Issue History
2014-04-10 13:04guillermogilNew Issue
2014-04-10 13:04guillermogilAssigned To => alostale
2014-04-10 13:04guillermogilWeb browser => Google Chrome
2014-04-10 13:04guillermogilModules => Core
2014-04-10 13:04guillermogilTriggers an Emergency Pack => No
2014-04-10 14:12alostaleReview Assigned To => AugustoMauch
2014-04-10 14:12alostaleWeb browserGoogle Chrome => Google Chrome
2014-04-10 14:12alostaleRegression level => Pre packaging ( pi )
2014-04-10 14:12alostaleRegression date => 2014-03-21
2014-04-10 14:12alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/06c118995adc10ec206f039743ec34585bb34ac6 [^]
2014-04-10 14:15alostaleNote Added: 0066312
2014-04-10 14:15alostaleRelationship addedrelated to 0026043
2014-04-10 14:19alostaleNote Added: 0066313
2014-04-10 14:19alostaleNote Edited: 0066313bug_revision_view_page.php?bugnote_id=0066313#r5683
2014-04-10 14:21hgbotCheckin
2014-04-10 14:21hgbotNote Added: 0066314
2014-04-10 14:22hgbotStatusnew => resolved
2014-04-10 14:22hgbotResolutionopen => fixed
2014-04-10 14:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d1c9b351823bf1f565063d8f81079a79a6467c6c [^]
2014-04-10 14:33alostaleRelationship addedrelated to 0026240
2014-04-10 16:01hgbotCheckin
2014-04-10 16:01hgbotNote Added: 0066320
2014-04-11 10:44hgbotCheckin
2014-04-11 10:44hgbotNote Added: 0066347
2014-04-11 11:14AugustoMauchNote Added: 0066351
2014-04-11 11:14AugustoMauchStatusresolved => closed
2014-04-11 11:14AugustoMauchFixed in Version => PR14Q2
2014-04-30 15:45alostaleRelationship addedrelated to 0026432
2014-05-07 18:11hudsonbotCheckin
2014-05-07 18:11hudsonbotNote Added: 0066916
2014-05-07 18:11hudsonbotCheckin
2014-05-07 18:11hudsonbotNote Added: 0066918
2014-05-07 18:11hudsonbotCheckin
2014-05-07 18:11hudsonbotNote Added: 0066922
2014-10-01 16:22plujanWeb browserGoogle Chrome => Google Chrome
2014-10-01 16:22plujanRegression introduced in release => main

Notes
(0066312)
alostale   
2014-04-10 14:15   
This issue is introduced by fix for 0026043. Before that fix, while filtering in a drop down list, entered value was sent as actual value, after it, it is only sent in case it is a valid value in the drop down list.

ModelDataSoruceService was incorrectly checking for null (it should be "null") for filtering. This also caused no value shown in the drop down when no filter was typed.
(0066313)
alostale   
2014-04-10 14:19   
Fix for this issue solves reported problem and also empty drop down list when it is opened without having typed any filtering.

(0066314)
hgbot   
2014-04-10 14:21   
Repository: erp/devel/pi
Changeset: d1c9b351823bf1f565063d8f81079a79a6467c6c
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Apr 10 14:21:17 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d1c9b351823bf1f565063d8f81079a79a6467c6c [^]

fixed bug 26238: empty Property field selector on Defined Selector Field tab

---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ModelDataSourceService.java
---
(0066320)
hgbot   
2014-04-10 16:01   
Repository: erp/devel/pi
Changeset: 0c61a782148bcfa754ed151ead470053e03999f3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Apr 10 16:00:55 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0c61a782148bcfa754ed151ead470053e03999f3 [^]

related to issue 26238: added test case

---
M src-test/org/openbravo/test/AllWebserviceTests.java
A src-test/org/openbravo/test/datasource/SelectorFieldPropertySelectorDSTest.java
---
(0066347)
hgbot   
2014-04-11 10:44   
Repository: erp/devel/pi
Changeset: ded41677a2143292a6f6817790c471447fd9689b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Apr 11 10:43:41 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ded41677a2143292a6f6817790c471447fd9689b [^]

related to issue 26238: fixed compund properties

  Filtering by compound properties was not working fine.

  Changed the way criteria is applied: before value in the field prevailed over
  cuerrent criteria, now criteria has precedence over value.

---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ModelDataSourceService.java
---
(0066351)
AugustoMauch   
2014-04-11 11:14   
Code reviewed and verified in pi@ded41677a214
(0066916)
hudsonbot   
2014-05-07 18:11   
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
(0066918)
hudsonbot   
2014-05-07 18:11   
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
(0066922)
hudsonbot   
2014-05-07 18:11   
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