Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0046082 | Retail Modules | Web POS | public | 2021-03-16 07:09 | 2021-03-22 08:46 |
|
Reporter | jetxarri | |
Assigned To | rqueralta | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR21Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0046082: Remote search of the product with wrong order by |
Description | When the Web POS cache is not initialized, if the user tries to search a product by, the order by value is "order by product.id" when it should be "order by product.name asc, product.id".
The problem is that the model is not remote but as cache is not initialized the system is using remote search. |
Steps To Reproduce | -Login to Web POS
-Before Cache is initialized (comment lines "this.models[model].searchCache = await this.find(model, criteria);" and "this.models[model].isLoadingCache = false;" in function "loadMasterdataCache")
-Press in search and insert something to search
Verify that the request is done to the back but the model as it is not marked as remote, the order by is by id. |
Proposed Solution | |
Additional Information | |
Tags | NOR |
Relationships | related to | defect | 0046077 | | closed | rqueralta | Double upper case in the where clause searching by Name, search key or UPC |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-03-16 07:09 | jetxarri | New Issue | |
2021-03-16 07:09 | jetxarri | Assigned To | => Retail |
2021-03-16 07:09 | jetxarri | Triggers an Emergency Pack | => No |
2021-03-16 08:35 | rafaroda | Tag Attached: NOR | |
2021-03-16 08:35 | rafaroda | Resolution time | => 1585605600 |
2021-03-16 13:21 | shuehner | Relationship added | related to 0046077 |
2021-03-16 21:57 | rqueralta | Assigned To | Retail => rqueralta |
2021-03-16 21:57 | rqueralta | Status | new => scheduled |
2021-03-17 15:36 | hgbot | Note Added: 0126760 | |
2021-03-18 08:00 | marvintm | Resolution time | 1585605600 => 1617141600 |
2021-03-22 08:46 | hgbot | Resolution | open => fixed |
2021-03-22 08:46 | hgbot | Status | scheduled => closed |
2021-03-22 08:46 | hgbot | Note Added: 0126809 | |
2021-03-22 08:46 | hgbot | Fixed in Version | => RR21Q2 |
2021-03-22 08:46 | hgbot | Note Added: 0126810 | |