Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026049Openbravo ERP02. Master data managementpublic2014-03-20 17:072014-03-24 12:01
egoitz 
AugustoMauch 
immediatemajoralways
closedfixed 
5
 
3.0PR14Q23.0PR14Q2 
shankarb
Core
Production - Confirmed Stable
2013-12-16
https://code.openbravo.com/erp/devel/pi/rev/08e8dd69188fc9a592ce4cc0efb5f5ec425cee34 [^]
No
0026049: The filtering on the value tab under product characteristics window does not work
Filtering on the name field does always return no results
-Go to product characteristics window.
-Create a row on the header
-go to the value tab
-Create a new value with name blue
-Create a new value with name green
-Go to grid view
-filter on the name field with bl
*No results are returned
No tags attached.
related to defect 0026481 closed guillermogil Filtering not working when parent column is displayed in grid 
Issue History
2014-03-20 17:07egoitzNew Issue
2014-03-20 17:07egoitzAssigned To => AugustoMauch
2014-03-20 17:07egoitzModules => Core
2014-03-20 17:07egoitzResolution time => 1395788400
2014-03-20 17:07egoitzTriggers an Emergency Pack => No
2014-03-20 17:23AugustoMauchNote Added: 0065314
2014-03-21 10:18extraIssue Monitored: extra
2014-03-21 18:31AugustoMauchRegression level => Production - Confirmed Stable
2014-03-21 18:31AugustoMauchRegression date => 2013-12-16
2014-03-21 18:31AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/08e8dd69188fc9a592ce4cc0efb5f5ec425cee34 [^]
2014-03-23 23:31AugustoMauchIssue Monitored: shankarb
2014-03-23 23:31AugustoMauchReview Assigned To => shankarb
2014-03-23 23:34hgbotCheckin
2014-03-23 23:34hgbotNote Added: 0065377
2014-03-23 23:34hgbotStatusnew => resolved
2014-03-23 23:34hgbotResolutionopen => fixed
2014-03-23 23:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ad1b6b290146c793d425ed93fe3e232a71b67239 [^]
2014-03-24 07:10hudsonbotCheckin
2014-03-24 07:10hudsonbotNote Added: 0065378
2014-03-24 12:01shankarbNote Added: 0065386
2014-03-24 12:01shankarbStatusresolved => closed
2014-03-24 12:01shankarbFixed in Version => PR14Q2
2014-05-07 10:17shankarbRelationship addedrelated to 0026481

Notes
(0065314)
AugustoMauch   
2014-03-20 17:23   
This is the criteria that was generated in MP30.3 when filtering 'b':

criteria:{"fieldName":"name","operator":"iContains","value":"b"}
criteria:{"fieldName":"characteristic","operator":"equals","value":"59A27874E55C44E8BC232DC3C8257896"}

This is the criteria that was generated in MP31.2 when filtering 'b':

criteria:{"fieldName":"name","operator":"iContains","value":"b"}
criteria:{"fieldName":"characteristic$_identifier","operator":"iEquals","value":"FF11721554E0438F999FC5C4A3732CF0"}
criteria:{"fieldName":"characteristic","operator":"equals","value":"FF11721554E0438F999FC5C4A3732CF0"}
(0065377)
hgbot   
2014-03-23 23:34   
Repository: erp/devel/pi
Changeset: ad1b6b290146c793d425ed93fe3e232a71b67239
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Sun Mar 23 23:32:45 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ad1b6b290146c793d425ed93fe3e232a71b67239 [^]

Fixes issue 26049: Filter on the product characteristics window is not working

The problem was that the Characteristic field of the Value subtab was being shown. That field act as link to the parent tab, and if it is shown the criteria used to fetch the subtab records could not be properly formed. This has been fixed by not showing the field in grid view.

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0065378)
hudsonbot   
2014-03-24 07:10   
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/cf9ad5b34ce3 [^]
Maturity status: Test
(0065386)
shankarb   
2014-03-24 12:01   
Code reviewed and verified in pi changeset b24d8a94df0e.