]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1803584: Fix Clear button in template editor user/jboyer/lp1803584_clear_editor
authorJason Boyer <jboyer@library.in.gov>
Thu, 15 Nov 2018 18:45:44 +0000 (13:45 -0500)
committerJason Boyer <jboyer@library.in.gov>
Thu, 15 Nov 2018 18:45:44 +0000 (13:45 -0500)
commitfac9fbe56c8b87406c5e60dd7a2f47e5b522e4a2
treeab9c36e064c69eefb710890bdb590eeea9946ac4
parent8fabb9ea5d360a5d03ec69c2e1f8fdc9c5cb4c25
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