Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0044770Openbravo ERPA. Platformpublic2020-08-07 11:032020-09-08 10:45
avicente 
AugustoMauch 
normalmajoralways
closedfixed 
5
 
PR20Q4 
Core
No
0044770: In backend, all data are shown by default in subtabs with Lazy filtering configured
Lazy filtering does not work correctly when it is configured for a subtab. When the subtad is open, all data is shown. See video

https://drive.google.com/file/d/1TngUfX5JGy5NGvc9ILiRATYO758WEv-6/view [^]
See video
https://drive.google.com/file/d/1TngUfX5JGy5NGvc9ILiRATYO758WEv-6/view [^]
NOR
related to defect 0044921 closed cberner Adding a column in the grid view to a view when there is a Lazy Filter launches the search 
related to defect 0045853 closed cberner In backend, all data are shown by default in subtabs with Lazy filtering configured 
Issue History
2020-08-07 11:03avicenteNew Issue
2020-08-07 11:03avicenteAssigned To => platform
2020-08-07 11:03avicenteModules => Core
2020-08-07 11:03avicenteTriggers an Emergency Pack => No
2020-08-07 11:16rafarodaTag Attached: NOR
2020-08-25 16:21rafarodaResolution time => 1599429600
2020-08-27 15:40AugustoMauchAssigned Toplatform => AugustoMauch
2020-08-28 15:56rafarodaNote Added: 0122436
2020-08-28 15:56rafarodaRelationship addedrelated to 0044921
2020-08-29 11:35hgbotNote Added: 0122442
2020-08-29 11:35AugustoMauchStatusnew => scheduled
2020-09-07 07:58alostaleTag Attached: Performance
2020-09-07 07:58alostaleTag Detached: Performance
2020-09-08 10:45hgbotResolutionopen => fixed
2020-09-08 10:45hgbotStatusscheduled => closed
2020-09-08 10:45hgbotFixed in Version => PR20Q4
2020-09-08 10:45hgbotNote Added: 0122784
2020-09-08 10:45hgbotNote Added: 0122785
2021-02-04 14:13avicenteRelationship addedrelated to 0045853

Notes
(0122436)
rafaroda   
2020-08-28 15:56   
See also related 0044921
(0122442)
hgbot   
2020-08-29 11:35   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/129 [^]
(0122784)
hgbot   
2020-09-08 10:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 6cf051d3401fb8c03c4f536b6d4290afa0048115
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 2020-09-08T08:44:39+00:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/6cf051d3401fb8c03c4f536b6d4290afa0048115 [^]

Fixes ISSUE-44770: Dont auto refresh child tab if it has lazy filtering

In the function doRefreshContents, take into account if the current view has lazy filtering enabled,
and if so only refresh if the forceRefresh parameter is true.

Also modify resetEmptyMessage to make sure the proper empty message is shown in the grid in this case.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0122785)
hgbot   
2020-09-08 10:45   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/129 [^]