]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1736269: Mark Missing Pieces is non-functional
authorMike Rylander <mrylander@gmail.com>
Fri, 1 Jun 2018 17:50:21 +0000 (13:50 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 11 Jul 2018 19:34:09 +0000 (15:34 -0400)
commit1524b7b033c3face2a9bbf429fb8e4d205a9d972
tree521dafad5a3f6a2e905e83b9c7e81d8845d7d426
parenteb0c22425d41910be16b405a19bccf9f07b4a54b
LP#1736269: Mark Missing Pieces is non-functional

In the work to separate the item service into a reusable component, a
reference to $scope was left hanging around.  This causes the service to die
before it can complete its work.  The code using $scope does seem to be
necessary, so we'll have the function accept an outer_scope parameter and
adjust the call sites.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/cat/item/missing_pieces.js
Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
Open-ILS/web/js/ui/default/staff/circ/services/item.js