Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041946 | Openbravo ERP | 07. Sales management | public | 2019-10-08 12:13 | 2020-03-20 17:54 |
|
Reporter | francisco | |
Assigned To | markmm82 | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR20Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 12022 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0041946: The filter in product with characteristics shows characteristics that doesn't belongs to the product |
Description | When you go to Manage Variants in the product window, for product that have characteristics, the pop up to filter shows characteristics that doesn't belong to the product |
Steps To Reproduce | Tested in retail_pi_pgsql:
Go to product window
Choose a product with characteristics (Dry fit Run)
Click on manage variant
The pop up filter show you characteristics that the product doesn't has
If you have many characteristics it is complicated to filter |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Selection_811.png (103,938) 2019-10-08 12:13 https://issues.openbravo.com/file_download.php?file_id=13351&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2019-10-08 12:13 | francisco | New Issue | |
2019-10-08 12:13 | francisco | Assigned To | => Triage Finance |
2019-10-08 12:13 | francisco | File Added: Selection_811.png | |
2019-10-08 12:13 | francisco | OBNetwork customer | => OBPS |
2019-10-08 12:13 | francisco | Modules | => Core |
2019-10-08 12:13 | francisco | Support ticket | => 12022 |
2019-10-08 12:13 | francisco | Resolution time | => 1572303600 |
2019-10-08 12:13 | francisco | Triggers an Emergency Pack | => No |
2019-10-08 12:15 | Practics | Issue Monitored: Practics | |
2019-10-08 15:55 | Sandrahuguet | Assigned To | Triage Finance => markmm82 |
2019-10-08 15:55 | Sandrahuguet | Severity | major => minor |
2019-10-09 02:38 | markmm82 | Status | new => scheduled |
2019-10-10 15:36 | markmm82 | Note Added: 0115004 | |
2019-10-23 08:36 | Sandrahuguet | Resolution time | 1572303600 => |
2020-01-08 16:46 | hgbot | Checkin | |
2020-01-08 16:46 | hgbot | Note Added: 0116702 | |
2020-01-08 16:46 | hgbot | Status | scheduled => resolved |
2020-01-08 16:46 | hgbot | Resolution | open => fixed |
2020-01-08 16:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/38b22cf9b346219ec536cb5cce16215086949054 [^] |
2020-01-08 16:53 | dmiguelez | Review Assigned To | => dmiguelez |
2020-01-08 16:53 | dmiguelez | Note Added: 0116704 | |
2020-01-08 16:53 | dmiguelez | Status | resolved => closed |
2020-01-08 16:53 | dmiguelez | Fixed in Version | => 3.0PR20Q2 |
2020-03-20 17:54 | hudsonbot | Checkin | |
2020-03-20 17:54 | hudsonbot | Note Added: 0118723 | |
Notes |
|
|
Test Plan:
Tested in retail_pi_pgsql:
As White Valley Group Admin
Go to product window
Choose Dry fit Run (product with characteristics)
Click on manage variant
Click on Characteristic Description filter
Notice the popup filter show only characteristics that belong to the product (Size: L, M, S) |
|
|
(0116702)
|
hgbot
|
2020-01-08 16:46
|
|
Repository: erp/devel/pi
Changeset: 38b22cf9b346219ec536cb5cce16215086949054
Author: Mark Molina <mark.molina <at> doceleguas.com>
Date: Thu Oct 10 10:22:45 2019 -0300
URL: http://code.openbravo.com/erp/devel/pi/rev/38b22cf9b346219ec536cb5cce16215086949054 [^]
Fixes issue 41946: Filter only by characteristics that belong to the product
The filter in product with characteristics was showing characteristics that didn't
belong to the product. Was fixed the query to take into account just the characteristic
subset (if exists) of the product characteristic and not all the existing ones.
---
M src/org/openbravo/materialmgmt/ManageVariantsCustomProductCharacteristicWhereClause.java
---
|
|
|
|
|
|
|
|