From a0a20909abd7f335da29e332b6abbd8cef609418 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Wed, 10 Apr 2019 16:32:13 -0400 Subject: [PATCH] LP#1782014 Fix grid path for Title in patron items out When the Items Out grid was updated to use display fields, the displayed title was updated (along with the fleshed data in the javascript) but the grid "path" was not. This commit fixes the path, which fixes title sorting. (Title sorting broke because the simple_record.title was no longer being fleshed in via the JS code, so the grid was attempting to sort on an empty value.) Signed-off-by: Remington Steed Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index 8aba90055f..748766e6e5 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -91,7 +91,7 @@ - + {{item.target_copy().call_number().record().wide_display_entry().title()}} -- 2.11.0