Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0045324 | Retail Modules | Web POS | public | 2020-06-30 13:25 | 2020-10-30 08:08 |
|
Reporter | marvintm | |
Assigned To | prakashmurugesan88 | |
Priority | normal | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR20Q3.2 | Fixed in Version | RR20Q3.2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0045324: Updating the "issummarylevel" property of a product category can lead to inconsistent data |
Description | The WebPOS loads the product category information by reading from the obretco_product_category table, which is updated using an EventHandler. This table is supposed to contain only non summary categories.
However, if a category is initially defined as non summary level and then it is changed to be summary, the record is not removed from OBRETCO_product_category, and this is not taken into account in the filter in the corresponding masterdata query, so the category ends up being loaded twice.
If the opposite happens, and the category is initially summary and changed to be non summary, then the record is not added, so the category is not loaded in the WebPOS. |
Steps To Reproduce | Create a product category as non-summary level.
Verify that it is automatically added to the tab "Filter product categories" from the Assortments.
Change it to be summary.
Realise it is not removed from the Assortment.
Do a full refresh in the WebPOS. Check that the category is loaded twice in the request.
|
Proposed Solution | Either we change the eventhandler to take this case into account, or we change the masterdata queries to take it, to ensure that categories are always loaded when they need to be, and never twice.
See diff attached for the update on the m_product. it is still needed to create an eventhadler to ensure the case of isSummary from N to Y |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0044515 | | closed | prakashmurugesan88 | Updating the "issummarylevel" property of a product category can lead to inconsistent data |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-10-28 16:59 | marvintm | Type | defect => backport |
2020-10-28 16:59 | marvintm | Target Version | => RR20Q3.2 |
2020-10-29 06:53 | hgbot | Note Added: 0123987 | |
2020-10-30 08:08 | hgbot | Resolution | open => fixed |
2020-10-30 08:08 | hgbot | Status | scheduled => closed |
2020-10-30 08:08 | hgbot | Note Added: 0124040 | |
2020-10-30 08:08 | hgbot | Fixed in Version | => RR20Q3.2 |
2020-10-30 08:08 | hgbot | Note Added: 0124041 | |