add alerts column to several grids
authorGalen Charlton <gmc@esilibrary.com>
Fri, 14 Oct 2016 20:00:06 +0000 (16:00 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 31 Aug 2017 17:43:14 +0000 (13:43 -0400)
commit07f5b8e16b46d18a1eb3e6183f90a202002c8230
tree99fb701baff6b077edcc15cef582a8179fa88a4d
parent71727120e828b1b460698084a0a7ed726a4abe91
add alerts column to several grids

The item status, holdings, and checkout grids now have an
alerts column that lists the number of copy alerts associated
with the item as well as a button to manage them.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/cat/item/app.js
Open-ILS/web/js/ui/default/staff/cat/services/holdings.js
Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
Open-ILS/src/templates/staff/cat/item/t_list.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
Open-ILS/web/js/ui/default/staff/cat/item/app.js
Open-ILS/web/js/ui/default/staff/cat/services/holdings.js
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js
Open-ILS/web/js/ui/default/staff/circ/services/item.js