]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1882828: Fix issues with displaying cataloged resources in Pull List
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 19 Aug 2020 23:22:43 +0000 (16:22 -0700)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 24 Sep 2020 16:28:04 +0000 (12:28 -0400)
commit2113697d6b3f3680412e758ccf7954d7c5dc041f
tree63db384cbaf254f3a127236e6935b1be38148b4f
parentaf063f92e944eac3bdff31d4e038060d438839fc
LP1882828: Fix issues with displaying cataloged resources in Pull List

I had mistakenly used switchMap, when I should have used mergeMap. This
led to erroneously canceled subscriptions, leaving rows out of the pull
list.

This commit also uses getRows, rather than manually setting the
GridDataSource's data.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/booking/pull-list.component.html
Open-ILS/src/eg2/src/app/staff/booking/pull-list.component.ts