Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038422Openbravo ERPA. Platformpublic2018-04-20 13:522018-05-17 09:49
JONHM 
jarmendariz 
highmajoralways
closedfixed 
5
 
3.0PR18Q3 
AugustoMauch
Core
No
0038422: Characteristic description selector included in a process definition not showing values when a filter is set
Characteristic description selector included in a process definition not showing values when a filter is set
- Open 'Product Characteristic' window and create a new record and also a characteristic value (lines tab)

- Then open 'Product' window and select "Cerveza Ale 0,5L". Switch to [Characteristics] tab and assign it a new characteristic.

- Run process "Update Characteristics" for that product and press OK.

- Go back to 'Product Characteristics' window and switch the cursor to the lines tab to run the "Add Products" process

- Filter by name 'Cerveza' and then open the "Characteristic Desciption" selector (press the button)

- It shows message 'No items to show'
No tags attached.
related to design defect 00307613.0PR16Q1 closed NaroaIriarte product characteristics popup shows all values without filtering out previous filters 
causes defect 0039896 closed caristu Purchase Order : Not possible to search product with Characteristic 
Issue History
2018-04-20 13:52JONHMNew Issue
2018-04-20 13:52JONHMAssigned To => platform
2018-04-20 13:52JONHMModules => Core
2018-04-20 13:52JONHMTriggers an Emergency Pack => No
2018-04-20 13:55JONHMResolution time => 1526594400
2018-04-20 13:55JONHMSeverityminor => major
2018-04-20 13:58PracticsIssue Monitored: Practics
2018-04-25 16:38jarmendarizAssigned Toplatform => jarmendariz
2018-04-25 16:49jarmendarizStatusnew => acknowledged
2018-04-25 16:49jarmendarizStatusacknowledged => scheduled
2018-04-26 16:45jarmendarizRelationship addedrelated to 0030761
2018-05-07 12:29hgbotCheckin
2018-05-07 12:29hgbotNote Added: 0104307
2018-05-07 12:29hgbotStatusscheduled => resolved
2018-05-07 12:29hgbotResolutionopen => fixed
2018-05-07 12:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f2979bad688953ced9571ab74cf312c989a0f81b [^]
2018-05-07 12:39jarmendarizReview Assigned To => AugustoMauch
2018-05-08 13:03JONHMSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=17100#r17100
2018-05-09 10:48hgbotCheckin
2018-05-09 10:48hgbotNote Added: 0104345
2018-05-09 19:30hudsonbotCheckin
2018-05-09 19:30hudsonbotNote Added: 0104433
2018-05-09 19:30hudsonbotCheckin
2018-05-09 19:30hudsonbotNote Added: 0104436
2018-05-14 17:18hgbotCheckin
2018-05-14 17:18hgbotNote Added: 0104503
2018-05-14 21:39hudsonbotCheckin
2018-05-14 21:39hudsonbotNote Added: 0104508
2018-05-17 09:49AugustoMauchNote Added: 0104554
2018-05-17 09:49AugustoMauchStatusresolved => closed
2018-05-17 09:49AugustoMauchFixed in Version => 3.0PR18Q3
2019-01-15 13:42caristuRelationship addedcauses 0039896

Notes
(0104307)
hgbot   
2018-05-07 12:29   
Repository: erp/devel/pi
Changeset: f2979bad688953ced9571ab74cf312c989a0f81b
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Mon Apr 30 14:07:14 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f2979bad688953ced9571ab74cf312c989a0f81b [^]

Fixed bug 38422: Characteristic description selector not working with filter.

Product characteristics filter assumes the parentGridEntity is always a Product,
but for the Add Product dialog, it is a ProductWithCharacteristics entity. In this
case it is needed to add a reference to a Product instance to make filtering
work as expected.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
---
(0104345)
hgbot   
2018-05-09 10:48   
Repository: erp/devel/pi
Changeset: 6f50b0fae846e5ab319ae45b59f9baf1a5eaf58d
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Wed May 09 10:46:34 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6f50b0fae846e5ab319ae45b59f9baf1a5eaf58d [^]

Related to issue 38422: Characteristic desc. selector not working with filter.

Adding filtering by ProductWithCharacteristicValue when no filter is applied in
the parent grid. This makes the characteristics selector behavior coherent with
the rest of selectors: if no filtering is performed, shows only the
characteristics present in the grid entries instead of all available values,
same as if we were filtering.

---
M src/org/openbravo/materialmgmt/ProductCharacteristicsDS.java
---
(0104433)
hudsonbot   
2018-05-09 19:30   
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/2be7d3efe606 [^]
Maturity status: Test
(0104436)
hudsonbot   
2018-05-09 19:30   
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/2be7d3efe606 [^]
Maturity status: Test
(0104503)
hgbot   
2018-05-14 17:18   
Repository: erp/devel/pi
Changeset: 27e680a3b013dbc9936672734ac400a511c50f99
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Mon May 14 17:18:34 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/27e680a3b013dbc9936672734ac400a511c50f99 [^]

Related to bug 38422: Characteristic desc. selector not working with filter.

Adding null check and applied formatter.

---
M src/org/openbravo/materialmgmt/ProductCharacteristicsDS.java
---
(0104508)
hudsonbot   
2018-05-14 21:39   
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/80198c6f0a1d [^]
Maturity status: Test
(0104554)
AugustoMauch   
2018-05-17 09:49   
Code reviewed and verified in pi@7532d72d33fb