Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044921 | Openbravo ERP | A. Platform | public | 2020-08-28 15:56 | 2020-09-07 07:58 |
|
Reporter | rafaroda | |
Assigned To | cberner | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR20Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0044921: Adding a column in the grid view to a view when there is a Lazy Filter launches the search |
Description | Adding a column in the grid view to a view when there is a Lazy Filter launches the search: this might result in performance problems in the server if no filter is applied first |
Steps To Reproduce | * Add a Lazy Filter to Sales Order window Header tab
* Go to Sales Order: no records are displayed
* In the grid view, click on any column name header to show some hidden column, or hide any shown column
* Filtering is triggered
See video in Live Builds with Terminal Log window https://drive.google.com/file/d/1T4Hn7gA2vx-vGDwTepo7qNykDSoooK0v/view?usp=sharing [^] |
Proposed Solution | |
Additional Information | |
Tags | NOR, Performance |
Relationships | related to | defect | 0044770 | | closed | AugustoMauch | In backend, all data are shown by default in subtabs with Lazy filtering configured | related to | defect | 0045853 | | closed | cberner | In backend, all data are shown by default in subtabs with Lazy filtering configured |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-08-28 15:56 | rafaroda | New Issue | |
2020-08-28 15:56 | rafaroda | Assigned To | => platform |
2020-08-28 15:56 | rafaroda | OBNetwork customer | => Gold |
2020-08-28 15:56 | rafaroda | Modules | => Core |
2020-08-28 15:56 | rafaroda | Resolution time | => 1599602400 |
2020-08-28 15:56 | rafaroda | Triggers an Emergency Pack | => No |
2020-08-28 15:56 | rafaroda | Relationship added | related to 0044770 |
2020-08-28 15:56 | rafaroda | Tag Attached: NOR | |
2020-08-28 15:57 | rafaroda | Note Added: 0122437 | |
2020-09-04 08:59 | hgbot | Merge Request Status | => open |
2020-09-04 08:59 | hgbot | Note Added: 0122646 | |
2020-09-04 08:59 | cberner | Assigned To | platform => cberner |
2020-09-07 07:57 | alostale | Note Added: 0122710 | |
2020-09-07 07:58 | alostale | Tag Attached: Performance | |
2020-09-07 07:58 | hgbot | Merge Request Status | open => approved |
2020-09-07 07:58 | hgbot | Resolution | open => fixed |
2020-09-07 07:58 | hgbot | Status | new => closed |
2020-09-07 07:58 | hgbot | Fixed in Version | => PR20Q4 |
2020-09-07 07:58 | hgbot | Note Added: 0122711 | |
2020-09-07 07:58 | hgbot | Note Added: 0122712 | |
2021-02-04 14:49 | rafaroda | Relationship added | related to 0045853 |
Notes |
|
|
|
|
(0122646)
|
hgbot
|
2020-09-04 08:59
|
|
|
|
|
Note fetching data again is still required when adding a column that was not present in the grid before as its data was not present. |
|
|
(0122711)
|
hgbot
|
2020-09-07 07:58
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: dd72d70a4ea05a6550446eb998eb29a71e1924ee
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-07T05:57:42+00:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/dd72d70a4ea05a6550446eb998eb29a71e1924ee [^]
Fixes ISSUE-44921: On hiding or showing grid column, don't refresh on lazy filtering
Previously when hiding or showing a column in grid view a request was
made to refresh the content of the grid, resulting in lazy filtering
being ignored.
This fix makes sure that showing or hiding a column in a grid view when
lazyFiltering is on will not trigger a refresh of the grid view content.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
(0122712)
|
hgbot
|
2020-09-07 07:58
|
|
|