]> git.evergreen-ils.org Git - 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:53 +0000 (15:34 -0400)
commitf6bdeb165f7fe06df77abb3e6207cf73d29dc799
treee2978a90d9e81d193e26e90b85c51eccac607263
parent34995670769210df9b54a03212ce496dae709e19
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