LP1803584: Fix Clear button in template editor
authorJason Boyer <jboyer@library.in.gov>
Thu, 15 Nov 2018 18:45:44 +0000 (13:45 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 22 Feb 2019 14:24:30 +0000 (09:24 -0500)
commitb232bc074d1e5dc2b623a3c379170193949f4756
tree5e59707a92ad603949edb1aed5f29781688af79e
parentdddcc7ff78049101ffa8afcf8415f740f5f34b73
LP1803584: Fix Clear button in template editor

There are multiple controllers in staff/cat/volcopy/ and
2 of them have a clearWorking() function. The template
editor controller is referencing $scope.MultiMap[] which
will never exist in the template editor, while the actual
item editor controller clearWorking() does not reference
$scope.MultiMap[], meaning that clearing multiple items
at once would not work as expected. This branch clears
up this confusion.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js