]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1759864: Mark Item Damaged from Holdings View Fails
authora. bellenir <abelleni@grpl.org>
Tue, 12 Mar 2019 15:09:02 +0000 (11:09 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 1 Aug 2019 15:03:31 +0000 (11:03 -0400)
commit465bd15736250b6988ce5a530f4c650365024179
tree9a8e2016a21e190e70631dfc0b7a9e37f230fb6b
parentf1716c3d90d59dec14ff248d02a94d6a397a2c60
LP1759864: Mark Item Damaged from Holdings View Fails

"Mark Item Damaged" fails on the holdings view and from the patron profile holds tab.

the javascript console indicates a dependency issue:
Error: [$injector:unpr] Unknown provider: egItemProvider <- egItem

egItem is defined in web/js/ui/default/staff/circ/services/item.js

resolved by including the item.js source in the index.tt2 template files for both screens.

Signed-off-by: a. bellenir <abelleni@grpl.org>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/catalog/index.tt2
Open-ILS/src/templates/staff/circ/patron/index.tt2