LP1925725 Relabel copy location filter to shelving location
authorAndrea Buntz Neiman <abneiman@equinoxinitiative.org>
Fri, 23 Apr 2021 18:31:20 +0000 (14:31 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 14 May 2021 21:16:05 +0000 (17:16 -0400)
Changes the labeling of the all copy locations filter to say "All Shelving Locations" instead, reflecting current practice.

Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html

index b3f59c0..244cc21 100644 (file)
             <div class="col-lg-3">
               <select class="form-control" 
                 [(ngModel)]="context.termSearch.copyLocations" multiple="true">
-                <option value='' i18n>All Copy Locations</option>
+                <option value='' i18n>All Shelving Locations</option>
                 <option *ngFor="let loc of copyLocations" value="{{loc.id()}}" i18n>
                   {{loc.name()}} ({{orgName(loc.owning_lib())}})
                 </option>