Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0051545Openbravo ERPA. Platformpublic2023-02-09 07:592023-05-25 08:45
shankarb 
gonzalo_fernandez 
normalmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
PR23Q2 
Core
No
0051545: In high volume windows drop down filter results are cleared by subsequent requests
In windows like Sales with a high volume of data, if we filter on the drop-down list (TableDir, Table), the results are overridden by the subsequent results.
1. Open high volume window like Sales order
2. Select a field in the grid that has a lot of results (Sales Representative, address, etc)
3. Filter in the field with any text like 'abc'
4. notice that the filtered results are displayed, but immediately, the results are removed and the default all data results are displayed.

Attached video of the simulation in a partner environment.
No tags attached.
? simplescreenrecorder-2023-02-07_12.29.29.mkv (721,466) 2023-02-09 07:59
https://issues.openbravo.com/file_download.php?file_id=18102&type=bug
Issue History
2023-02-09 07:59shankarbNew Issue
2023-02-09 07:59shankarbAssigned To => Triage Platform Base
2023-02-09 07:59shankarbFile Added: simplescreenrecorder-2023-02-07_12.29.29.mkv
2023-02-09 07:59shankarbModules => Core
2023-02-09 07:59shankarbTriggers an Emergency Pack => No
2023-02-10 14:18hgbotNote Added: 0146386
2023-02-14 11:27AugustoMauchAssigned ToTriage Platform Base => gonzalo_fernandez
2023-02-14 11:27AugustoMauchStatusnew => scheduled
2023-02-20 23:45hgbotResolutionopen => fixed
2023-02-20 23:45hgbotStatusscheduled => closed
2023-02-20 23:45hgbotNote Added: 0146799
2023-02-20 23:45hgbotFixed in Version => PR23Q2
2023-02-20 23:45hgbotNote Added: 0146800
2023-05-25 08:45AugustoMauchIssue cloned0052559

Notes
(0146386)
hgbot   
2023-02-10 14:18   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/822 [^]
(0146799)
hgbot   
2023-02-20 23:45   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/822 [^]
(0146800)
hgbot   
2023-02-20 23:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 282871ebd2257584508a4c2750c204add21c675f
Author: Gonzalo Fernández García <gonzalo.fernandez@openbravo.com>
Date: 20-02-2023 22:45:39
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/282871ebd2257584508a4c2750c204add21c675f [^]

Fixes ISSUE-51545: Response of previous request will not overwrite a later one

For those datasources that are configured to do so with the preventResponseOverwrite property, whenever a response
is about to be processed that belong to a request that was issued before other whose response has already been processed,
the response that belongs from the previous request will be skipped.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js
M modules/org.openbravo.service.datasource/web/org.openbravo.service.datasource/js/ob-datasource-utilities.js
---