Change #5500
Category | None |
Changed by | Mike Rylander <mrylander | @gmail.com>
Changed at | Wed 11 Jul 2018 15:34:09 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 1524b7b033c3face2a9bbf429fb8e4d205a9d972 |
Comments
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>
Changed files
- 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