From 60dc49298e540830b51e534a75934944b5747e77 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 26 Feb 2020 14:49:31 -0500 Subject: [PATCH] LP#1850547: eg-grid: disable filter controls while fetching data This avoids situations where the user who is quick on the mark tries to set a filter condition but not see it take effect when the original query returns results. Sponsored-by: Evergreen Community Development Initiative Sponsored-by: Georgia Public Library Service Sponsored-by: Indiana State Library Sponsored-by: C/W MARS Signed-off-by: Galen Charlton Signed-off-by: Tiffany Little Signed-off-by: Bill Erickson --- .../share/grid/grid-filter-control.component.html | 58 +++++++++++++++------- .../src/app/share/grid/grid-toolbar.component.html | 2 +- Open-ILS/src/eg2/src/app/share/grid/grid.ts | 3 +- 3 files changed, 43 insertions(+), 20 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html index 53155db989..052de1cef7 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html @@ -3,7 +3,9 @@
- +
- +
- @@ -42,7 +48,9 @@
- +
+ [disabled]="col.filterInputDisabled || context.dataSource.requestingData" i18n-placeholder placeholder="Enter value to filter by">
- +
- +
- +
- +
- +
- +
- +
- +
- -
+
+