Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026049 | Openbravo ERP | 02. Master data management | public | 2014-03-20 17:07 | 2014-03-24 12:01 |
|
Reporter | egoitz | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q2 | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2013-12-16 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/08e8dd69188fc9a592ce4cc0efb5f5ec425cee34 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0026049: The filtering on the value tab under product characteristics window does not work |
Description | Filtering on the name field does always return no results |
Steps To Reproduce | -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 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0026481 | | closed | guillermogil | Filtering not working when parent column is displayed in grid |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-20 17:07 | egoitz | New Issue | |
2014-03-20 17:07 | egoitz | Assigned To | => AugustoMauch |
2014-03-20 17:07 | egoitz | Modules | => Core |
2014-03-20 17:07 | egoitz | Resolution time | => 1395788400 |
2014-03-20 17:07 | egoitz | Triggers an Emergency Pack | => No |
2014-03-20 17:23 | AugustoMauch | Note Added: 0065314 | |
2014-03-21 10:18 | extra | Issue Monitored: extra | |
2014-03-21 18:31 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2014-03-21 18:31 | AugustoMauch | Regression date | => 2013-12-16 |
2014-03-21 18:31 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/08e8dd69188fc9a592ce4cc0efb5f5ec425cee34 [^] |
2014-03-23 23:31 | AugustoMauch | Issue Monitored: shankarb | |
2014-03-23 23:31 | AugustoMauch | Review Assigned To | => shankarb |
2014-03-23 23:34 | hgbot | Checkin | |
2014-03-23 23:34 | hgbot | Note Added: 0065377 | |
2014-03-23 23:34 | hgbot | Status | new => resolved |
2014-03-23 23:34 | hgbot | Resolution | open => fixed |
2014-03-23 23:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ad1b6b290146c793d425ed93fe3e232a71b67239 [^] |
2014-03-24 07:10 | hudsonbot | Checkin | |
2014-03-24 07:10 | hudsonbot | Note Added: 0065378 | |
2014-03-24 12:01 | shankarb | Note Added: 0065386 | |
2014-03-24 12:01 | shankarb | Status | resolved => closed |
2014-03-24 12:01 | shankarb | Fixed in Version | => PR14Q2 |
2014-05-07 10:17 | shankarb | Relationship added | related to 0026481 |
Notes |
|
|
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
---
|
|
|
|
|
|
(0065386)
|
shankarb
|
2014-03-24 12:01
|
|
Code reviewed and verified in pi changeset b24d8a94df0e. |
|