]> git.evergreen-ils.org Git - working/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:23:27 +0000 (12:23 -0400)
commit26b23a766f0458b872ea16a63452a94aba960f7e
tree6b66d7f6433fdec80ba68d62c7d3656d075fed3a
parentdc1410892a9e1aab23b06792e7d454e2fb4ada15
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