lp 1848579 filtering interval columns
authorMike Risher <mrisher@catalyte.io>
Wed, 19 Feb 2020 23:49:01 +0000 (23:49 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 4 Mar 2021 16:16:27 +0000 (11:16 -0500)
This is a shot term change intended to prevent the "I don't know how
to filter" default message from showing up when the datatype 'interval'
is filtered.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html

index 112ee99..2b7c99c 100644 (file)
         </div>
       </div>
     </div>
+    <div *ngSwitchCase="'interval'">
+      <!-- this is a short-term fix to prevent *ngSwitchDefault from displaying -->
+    </div>
     <div *ngSwitchDefault>I don't know how to filter {{col.name}} - {{col.datatype}}</div>
   </div>
   <!--