From b9dad29b14d6a4c1c6e28cc9ea87c5f74ed19652 Mon Sep 17 00:00:00 2001 From: Sam Link Date: Tue, 7 Aug 2018 09:57:32 -0400 Subject: [PATCH] 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?# --- Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 | 2 +- Open-ILS/src/templates/staff/t_login.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'">
-- 2.11.0