From 5672931d9cd0112d246b982e0e25ca7dbfadc1e4 Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Wed, 18 Aug 2021 08:42:25 -0400 Subject: [PATCH] LP1848575 Angular boolean filters should use Yes/No Changes the filter options for boolean values to Yes/No instead of True/False. Signed-off-by: Tiffany Little Signed-off-by: Gina Monti Signed-off-by: Chris Sharp --- .../src/eg2/src/app/share/grid/grid-filter-control.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 2b7c99c4e9..9a8ef89de6 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 @@ -74,8 +74,8 @@ (change)="applyFilterCommon(col)" [disabled]="col.filterInputDisabled || context.dataSource.requestingData"> - - + + -- 2.11.0