]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP#1782014 Fix grid path for Title in patron items out
authorRemington Steed <rjs7@calvin.edu>
Wed, 10 Apr 2019 20:32:13 +0000 (16:32 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 3 May 2019 22:52:08 +0000 (15:52 -0700)
commitb9823e3e557c08a1d7ce1985248769d752c6d3e9
tree5a117295d2e384aa964409b98a1298747c897ea2
parent39f15482ebfdb7933701d9ce9db8d1e64d4d2184
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 <rjs7@calvin.edu>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2