Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037957Openbravo ERPA. Platformpublic2018-02-16 10:242022-02-01 08:08
JONHM 
Triage Platform Base 
normalminoralways
acknowledgedopen 
5
 
 
OBPS
Core
157
No
0037957: Filter of characteristic description in Manage Variants process is not working as expected
Filter of characteristic description in Manage Variants process is not working as expected. It shows every value instead of the defined ones
Using F&B Adimin role:
-Create product characteristic name='size', variant = Y
-Create values XL, L, M, S
-Create subset '2 sizes' and add subset values L, M

-Open Product window and create the product 'Shirt', Is Generic = Y
-Switch to [Characteristics] tab and crate a record having the 'size' characteristic and the '2 sizes' subset, explode configuration tab = Y. It will create the 2 sizes for this product
-Open 'Manage Variants' process and use the filter for the characteristic description. It shows every size instead of the ones added on the subset.


* Notice that the characteristic description filter on the header column is working as expected:
- Run 'Create Variants' process, refresh the grid and then on the header filter by 'shirt' product
- Open characteristic description filter. It only shows the assigned characteristics (see video for better understanding)
No tags attached.
? CharacteristicDescriptionFilter.mp4 (3,228,868) 2018-02-16 10:24
https://issues.openbravo.com/file_download.php?file_id=11598&type=bug
Issue History
2018-02-16 10:24JONHMNew Issue
2018-02-16 10:24JONHMAssigned To => platform
2018-02-16 10:24JONHMFile Added: CharacteristicDescriptionFilter.mp4
2018-02-16 10:24JONHMOBNetwork customer => Yes
2018-02-16 10:24JONHMModules => Core
2018-02-16 10:24JONHMSupport ticket => 157
2018-02-16 10:24JONHMTriggers an Emergency Pack => No
2018-03-23 13:37alostaleNote Added: 0103468
2018-03-23 13:37alostalePriorityhigh => normal
2018-03-23 13:37alostaleStatusnew => acknowledged
2018-03-23 13:37alostaleTypedefect => design defect
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

Notes
(0103468)
alostale   
2018-03-23 13:37   
The problem is due Characteristics filter being shown on a grid that is based on a manual datasource. For standard datasources the criteria applied on them is also applied in the fitler popup, this is not possible though in the case of manual ones as there is no query to apply.