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)
committerKyle Huckins <khuckins@catalyte.io>
Thu, 21 Jan 2021 20:38:35 +0000 (20:38 +0000)
commita1903d45c46f249aeef54be47540e333b09c0bd4
tree744a37745e5d91aa20bee81840144a8feaf04434
parentf8496c9c8b6f9cef55eb7d98fd0e42f58fbce7de
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