]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1803584: Fix Clear button in template editor
authorJason Boyer <jboyer@library.in.gov>
Thu, 15 Nov 2018 18:45:44 +0000 (13:45 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Sat, 3 Aug 2019 16:08:42 +0000 (12:08 -0400)
commit347f2d360f072614306c8ac63b47d32a0e1e01ed
tree8d198e8b66ba3a7a2acb747529d0854194739694
parente11d48dd14bd2ca57b5ca5920e82816ba47b284e
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>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js