From: Sam Link Date: Tue, 7 Aug 2018 13:57:32 +0000 (-0400) Subject: LP1722383 - Alphabetical sorting of Workstations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b9dad29b14d6a4c1c6e28cc9ea87c5f74ed19652;p=working%2FEvergreen.git LP1722383 - Alphabetical sorting of Workstations Updated the "orderBy" filter in Evergreen/Open-ILS/src/templates/staff/t_login.tt2 and Evergreen/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 to sort by "ws" directly rather than trying to access the "name" attribute. https://mlnc3.noblenet.org/eg/staff/login?# --- diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 index 04008788b3..ef551d5367 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 @@ -47,7 +47,7 @@
+ ng-options="ws for ws in workstations | orderBy: 'ws'">