From 92e47ca614f64e42f321fa9c0591be2e89a022c6 Mon Sep 17 00:00:00 2001 From: Sam Link Date: Tue, 7 Aug 2018 12:22:40 -0400 Subject: [PATCH] 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. --- 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 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'">
-- 2.11.0