LP#1794176 Avoid capturing grid cell tooltip/display values user/berick/lp1794176-grid-tooltip-more-dynamic
authorBill Erickson <berickxx@gmail.com>
Mon, 24 Sep 2018 20:19:33 +0000 (16:19 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 24 Sep 2018 20:19:35 +0000 (16:19 -0400)
commit36766f1a93c7768706676914d8075ac5ea2862e8
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>
Open-ILS/src/templates/staff/share/t_autogrid.tt2
Open-ILS/web/js/ui/default/staff/services/grid.js