From: Galen Charlton Date: Wed, 7 Feb 2018 21:41:55 +0000 (-0500) Subject: LP#1676608: add some sorting to copy alert dialogs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85b5d3af913839515a4f20bc732cbbb23ae2d963;p=evergreen%2Fjoelewis.git LP#1676608: add some sorting to copy alert dialogs Copy alert types in drop-downs are now sorted by name and copy alerts themselves are now consistently sorted by ID (which will have the affected of putting the most recent alert at the bottom in the copy alert manager dialog). Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 index eab1609f70..7733249477 100644 --- a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 @@ -13,7 +13,7 @@
diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 index b86fef363f..3095d51bcf 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 @@ -10,7 +10,7 @@
@@ -51,7 +51,7 @@
-
+
@@ -59,7 +59,7 @@
diff --git a/Open-ILS/src/templates/staff/share/t_add_copy_alert_dialog.tt2 b/Open-ILS/src/templates/staff/share/t_add_copy_alert_dialog.tt2 index 0b97a3fd9e..48b556d566 100644 --- a/Open-ILS/src/templates/staff/share/t_add_copy_alert_dialog.tt2 +++ b/Open-ILS/src/templates/staff/share/t_add_copy_alert_dialog.tt2 @@ -10,7 +10,7 @@
diff --git a/Open-ILS/src/templates/staff/share/t_copy_alert_editor_dialog.tt2 b/Open-ILS/src/templates/staff/share/t_copy_alert_editor_dialog.tt2 index aad1a6b383..9e12317a7b 100644 --- a/Open-ILS/src/templates/staff/share/t_copy_alert_editor_dialog.tt2 +++ b/Open-ILS/src/templates/staff/share/t_copy_alert_editor_dialog.tt2 @@ -5,7 +5,7 @@