Openbravo Issue Tracking System - POS2 | ||||||||||||||||||||||||||
View Issue Details | ||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
0056938 | POS2 | POS | public | 2024-10-30 14:44 | 2024-11-20 10:59 | |||||||||||||||||||||
Reporter | sofidossant | |||||||||||||||||||||||||
Assigned To | fofarril | |||||||||||||||||||||||||
Priority | high | Severity | major | Reproducibility | always | |||||||||||||||||||||
Status | closed | Resolution | fixed | |||||||||||||||||||||||
Platform | OS | 5 | OS Version | |||||||||||||||||||||||
Product Version | 24Q3.2 | |||||||||||||||||||||||||
Target Version | Fixed in Version | 25Q1 | ||||||||||||||||||||||||
Merge Request Status | approved | |||||||||||||||||||||||||
Review Assigned To | ||||||||||||||||||||||||||
OBNetwork customer | Gold | |||||||||||||||||||||||||
Support ticket | 112501 | |||||||||||||||||||||||||
Regression level | ||||||||||||||||||||||||||
Regression date | ||||||||||||||||||||||||||
Regression introduced in release | ||||||||||||||||||||||||||
Regression introduced by commit | ||||||||||||||||||||||||||
Triggers an Emergency Pack | No | |||||||||||||||||||||||||
Summary | 0056938: Error when there are more than 300 Sales Representative Users | |||||||||||||||||||||||||
Description | When we have for example 350 representative users, we cannot search correctly for certain users, because it does not find them by the limit. | |||||||||||||||||||||||||
Steps To Reproduce | 1 - Create 350 Sales Representative Users in backoffice. 2 - Search for a user but with names beginning with the last letters of the alphabet. You can't find the user, but if you check it is loaded in the cache | |||||||||||||||||||||||||
Proposed Solution | Code harcode with 300 https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/blob/release/24Q3/web/org.openbravo.mobile.core/app/model/persistence/indexeddb/Criteria.js?ref_type=heads&blame=1 [^] commit https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/0d54d001c0ca49dfcde55c545030363974e9b694 [^] (function CriteriaDefinition() { const DEFAULT_QUERY_LIMIT = 300; /** * Allows to create a criteria for searching objects using the IndexedDBController API. */ OB.App.Class.Criteria = class Criteria { constructor() { this.theLimit = DEFAULT_QUERY_LIMIT; this.theOperator = 'and'; this.order = { properties: [], directions: [] }; this.properties = []; this.selectProperties = []; } | |||||||||||||||||||||||||
Additional Information | ||||||||||||||||||||||||||
Tags | No tags attached. | |||||||||||||||||||||||||
Relationships |
| |||||||||||||||||||||||||
Attached Files | ||||||||||||||||||||||||||
Issue History | ||||||||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||||||||
2024-10-30 14:44 | sofidossant | New Issue | ||||||||||||||||||||||||
2024-10-30 14:44 | sofidossant | Assigned To | => Retail | |||||||||||||||||||||||
2024-10-30 14:44 | sofidossant | OBNetwork customer | => Gold | |||||||||||||||||||||||
2024-10-30 14:44 | sofidossant | Support ticket | => 112501 | |||||||||||||||||||||||
2024-10-30 14:44 | sofidossant | Triggers an Emergency Pack | => No | |||||||||||||||||||||||
2024-11-05 15:01 | jorgewederago | Assigned To | Retail => jorgewederago | |||||||||||||||||||||||
2024-11-05 15:01 | jorgewederago | Status | new => acknowledged | |||||||||||||||||||||||
2024-11-05 20:55 | fofarril | Assigned To | jorgewederago => fofarril | |||||||||||||||||||||||
2024-11-05 21:30 | fofarril | Status | acknowledged => scheduled | |||||||||||||||||||||||
2024-11-07 22:42 | hgbot | Merge Request Status | => open | |||||||||||||||||||||||
2024-11-07 22:42 | hgbot | Note Added: 0171660 | ||||||||||||||||||||||||
2024-11-19 09:44 | jorgewederago | Status | scheduled => acknowledged | |||||||||||||||||||||||
2024-11-19 09:44 | jorgewederago | Status | acknowledged => scheduled | |||||||||||||||||||||||
2024-11-19 09:45 | hgbot | Merge Request Status | open => approved | |||||||||||||||||||||||
2024-11-20 10:59 | hgbot | Note Added: 0172313 | ||||||||||||||||||||||||
2024-11-20 10:59 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
2024-11-20 10:59 | hgbot | Status | scheduled => closed | |||||||||||||||||||||||
2024-11-20 10:59 | hgbot | Fixed in Version | => 25Q1 | |||||||||||||||||||||||
2024-11-20 10:59 | hgbot | Note Added: 0172314 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|