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 19:05:40 +0000 (14:05 -0500)
commitb9f529a23843f3c78268cb3dd323437311b737c8
treed68e9bb72f43c8b9865ebaf363e8f02b4d2f8aa3
parentd0b7409f24c323b9b57096658cc47d79447ba160
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