From: Sam Link Date: Tue, 7 Aug 2018 16:22:40 +0000 (-0400) Subject: LP1722383 - Sorting Fix Attempt 3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=92e47ca614f64e42f321fa9c0591be2e89a022c6;p=working%2FEvergreen.git LP1722383 - Sorting Fix Attempt 3 Modified the two relevant templates (t_workstations.tt2 and t_login.tt2) to again find a sorting solution for the workstation names. --- 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 ef551d5367..9fa52b2f88 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.name'">