Change #6141
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Thu 28 Mar 2019 09:51:54 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 1522d95ec18dec4fb562df8b29c2437a8faac5a0 |
Comments
Coerce numbers for bib IDs in Angular staff catalog Under some circumstances, the search results screen in the new experimental Angular staff catalog did not display any results (though it did show the pager, facets, etc.). This was traced back to the results array attempting to be populated with ID values of '-1' instead of the real IDs. Coercing the incoming IDs to numbers appears to resolve the issue. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Dan Wells <dbw2@calvin.edu>
Changed files
- Open-ILS/src/eg2/src/app/share/catalog/bib-record.service.ts
- Open-ILS/src/eg2/src/app/share/catalog/search-context.ts