]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1830394: remove console noise from the holdings editor
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 24 May 2019 15:06:04 +0000 (11:06 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 3 Jul 2019 14:50:58 +0000 (10:50 -0400)
commit6e5b92173042deb9f453d24937e69da491595173
treeea40c96fab893eb18d2d0bba11cffc5acf041036
parentb027b3c20d2cb673f61ac28649898a3ea221e8a7
LP#1830394: remove console noise from the holdings editor

This patch removes browser console noise that occurs (among other
places) when moving a working item to the completed list in
the holdings editor

TypeError: "$scope.working.MultiMap[keys[i]] is undefined"
    hasMulti https://evergreen.example.org/js/ui/default/staff/cat/volcopy/app.js:1203
    ...

To test
-------
[1] Open the holdings editor to add or edit an item, then open the
    browser debug console.
[2] Make a change and move the item from working to complete. Note
    that the error message above shows up repeated in the
    console log.
[3] Apply the patch and repeat steps 1 and 2. This time, the errors
    should not appear.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js