]> 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:27:51 +0000 (12:27 -0400)
commitc696b86c9bb5ff60e19e7f6e74017daf24c5a802
tree24b4e3fafbeaceedec30192983c85ee97005a4be
parent03a09ab37fc492729665c864e7718580ca51389f
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