From e85f89f4597c97e979666a7341fe0675ef2f4625 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Wed, 25 Oct 2017 16:07:44 -0400 Subject: [PATCH] LP#1712854 - enable clientsort feature for some grids This enables 'clientsort' feature for several grids, as per the lists found in LP 1712854 and 1437104. The Patron search results grid, however, only had the ident_value field made sortable. Signed-off by: Cesar Velez --- Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 | 2 +- Open-ILS/src/templates/staff/cat/catalog/t_conjoined_items.tt2 | 2 +- Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 | 2 +- Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 | 2 +- Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2 | 2 +- Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 b/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 index 8291796a26..d5e40e8cf1 100644 --- a/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/circ/neg_balance_users.tt2 @@ -31,7 +31,7 @@ diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 index 175682286a..f2947a3716 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 @@ -12,7 +12,7 @@ diff --git a/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 index 65ef0a1caf..959f0b0062 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 @@ -32,6 +32,7 @@ + -- 2.11.0