From: Galen Charlton Date: Wed, 26 Feb 2020 19:49:31 +0000 (-0500) Subject: LP#1850547: eg-grid: disable filter controls while fetching data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60dc49298e540830b51e534a75934944b5747e77;p=evergreen%2Fequinox.git 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 --- 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">
- +
- +
- +
- +
- +
- +
- +
- +
- -
+
+