LP1803584: Fix Clear button in template editor
authorJason Boyer <jboyer@library.in.gov>
Thu, 15 Nov 2018 18:45:44 +0000 (13:45 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 8 Mar 2019 16:57:57 +0000 (11:57 -0500)
commit7bda147a9f2a279b6423610af8838cf597c103f2
treef17663384c6c88b2f723653c75de15813f9c1bc3
parentb6fe6d973b937ab1069b918689446e82651c1b2e
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>
Signed-off-by: Beth Willis <willis@noblenet.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js