]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1793196 Fix console error when none selected
authorRemington Steed <rjs7@calvin.edu>
Fri, 8 Mar 2019 20:27:45 +0000 (15:27 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 8 Mar 2019 23:14:33 +0000 (18:14 -0500)
commit289e5ee465c60f94842c85ca9a8f4b308488d64f
tree0057632925f9e204b02d243c6219ec67a0b5d0fb
parent448118772255aaecf7e8d7e483f53e8da67d5c03
LP1793196 Fix console error when none selected

If you open the dropdown and close it without selecting anything, the
console shows an error complaining that $scope.selected is undefined.
This commit checks that it exists in that case before using it.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/js/ui/default/staff/services/ui.js