Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028281 | Openbravo ERP | A. Platform | public | 2014-11-25 17:16 | 2014-12-30 23:26 |
|
Reporter | AugustoMauch | |
Assigned To | NaroaIriarte | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028281: Funnel icon is not hidden after clearing the filters when using lazy filtering |
Description | If the user clicks on the funnel icon to clear the filters while having lazy filter configured in that tab, the funnel icon will not be hidden until the changes in the filters are applied.
It would be better to hide the icon right after is clicked to give feedback to the user |
Steps To Reproduce | As System Admin:
- Open the Grid Configurationa at System Level window
- Create a new record a set the Lazy Filtering on Grid property to true.
- Open the Unit of Measure window
- Write something in the filter editor and apply the changes. The funnel icon will be shown, that is OK.
- Click on the funnel icon. It is not hidden, this is wrong.
- Apply the changes. The funnel icon is hidden now. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0028284 | | closed | AugustoMauch | Grid Configuration for High Volume Windows | causes | defect | 0038555 | | closed | caristu | JS Error after opening a window under some circumstances |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-25 17:16 | AugustoMauch | New Issue | |
2014-11-25 17:16 | AugustoMauch | Assigned To | => AugustoMauch |
2014-11-25 17:16 | AugustoMauch | Modules | => Core |
2014-11-25 17:16 | AugustoMauch | Triggers an Emergency Pack | => No |
2014-11-26 08:05 | alostale | Relationship added | related to 0028284 |
2014-11-28 09:18 | alostale | Assigned To | AugustoMauch => NaroaIriarte |
2014-11-28 13:55 | NaroaIriarte | Note Added: 0072134 | |
2014-12-01 16:56 | AugustoMauch | Review Assigned To | => AugustoMauch |
2014-12-01 16:59 | hgbot | Checkin | |
2014-12-01 16:59 | hgbot | Note Added: 0072208 | |
2014-12-01 16:59 | hgbot | Status | new => resolved |
2014-12-01 16:59 | hgbot | Resolution | open => fixed |
2014-12-01 16:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8571b27d5fa06b32cb7425b8ec90b6cca861919b [^] |
2014-12-01 17:00 | AugustoMauch | Note Added: 0072209 | |
2014-12-01 17:00 | AugustoMauch | Status | resolved => closed |
2014-12-30 23:26 | hudsonbot | Checkin | |
2014-12-30 23:26 | hudsonbot | Note Added: 0073159 | |
2018-05-16 08:52 | caristu | Relationship added | related to 0038555 |
2018-05-16 08:53 | caristu | Relationship deleted | related to 0038555 |
2018-05-16 08:53 | caristu | Relationship added | causes 0038555 |
Notes |
|
|
Some tests have been performed:
-Enabling the checkbox for lazy filtering on grid in the "Grid Configuration at System Level" window and testing this cases:
1- Selecting the header tab of "Unit Measure" in the "Grid Configuration at Window/Tab/Field Level" window, and setting the field "Lazy Filtering Grid" as "default".
The expected behavior was the "Unit Measure" window to appear as Lazy filtered.
When the filters are cleared using the funnel icon, the icon disappears as expected.
2- Selecting the header tab of "Unit Measure" in the "Grid Configuration at Window/Tab/Field Level" window, and setting the field "Lazy Filtering Grid" as "NO".
The expected behavior was the "Unit Measure" window not to appear as Lazy filtered.
When the filters are cleared using the funnel icon, the icon disappears as expected.
3- Selecting the header tab of "Unit Measure" in the "Grid Configuration at Window/Tab/Field Level" window, and setting the field "Lazy Filtering Grid" as "YES".
The expected behavior was the "Unit Measure" window to appear as Lazy filtered.
When the filters are cleared using the funnel icon, the icon disappears as expected.
- Disabling the checkbox for lazy filtering on grid in the "Grid Configuration at System Level" window and testing this cases:
1- Selecting the header tab of "Unit Measure" in the "Grid Configuration at Window/Tab/Field Level" window, and setting the field "Lazy Filtering Grid" as "default".
The expected behavior was the "Unit Measure" window not to appear as Lazy filtered.
When the filters are cleared using the funnel icon, the icon disappears as expected.
2- Selecting the header tab of "Unit Measure" in the "Grid Configuration at Window/Tab/Field Level" window, and setting the field "Lazy Filtering Grid" as "NO".
The expected behavior was the "Unit Measure" window not to appear as Lazy filtered.
When the filters are cleared using the funnel icon, the icon disappears as expected.
3- Selecting the header tab of "Unit Measure" in the "Grid Configuration at Window/Tab/Field Level" window, and setting the field "Lazy Filtering Grid" as "YES".
The expected behavior was the "Unit Measure" window to appear as Lazy filtered.
When the filters are cleared using the funnel icon, the icon disappears as expected. |
|
|
(0072208)
|
hgbot
|
2014-12-01 16:59
|
|
Repository: erp/devel/pi
Changeset: 8571b27d5fa06b32cb7425b8ec90b6cca861919b
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Fri Nov 28 14:11:01 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8571b27d5fa06b32cb7425b8ec90b6cca861919b [^]
Fixed issue 28281: When using lazy filtering, funnel icon is not hidden.
When the lazy filtering is enabled, the funnel icon for clearing the filters was not hidden after clicking it.
The problem was in the "ob-grid.js" file.
The "this.filterImage.hide()" line has been added to the "clear filter" function for hidding the funnel icon. Now, when the lazy filtering is enabled
and the funnel icon is clicked for clearing the filters, the funnel icon disappears as expected.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
|
|
|
|
Code reviewed and verified in pi@8571b27d5fa0 |
|
|
|
|