]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1794176 Avoid capturing grid cell tooltip/display values
authorBill Erickson <berickxx@gmail.com>
Mon, 24 Sep 2018 20:19:33 +0000 (16:19 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 24 Sep 2018 20:50:44 +0000 (16:50 -0400)
commit25f60b4e7d9ba78cb96cd177659c8f82493287e2
treeaa83956544784972282e6c1713376fe8d688be4b
parent6c0e0d5efaa90dd22468127d6e7d5bf87bdff6c1
LP#1794176 Avoid capturing grid cell tooltip/display values

Remove the grid-tooltip logic that captured the cell content into a
template-level variable so the content only needed to be generated once
for both the tooltip and cell display.  This logic fails to handle cases
where the cell content is dynamic, typically the result of row
attributes being modified via external process.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/staff/share/t_autogrid.tt2
Open-ILS/web/js/ui/default/staff/services/grid.js