]> git.evergreen-ils.org Git - Evergreen.git/commit
LP2051038 Printing Holds Grid prints hold status number instead of text
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 23 Jan 2024 22:47:10 +0000 (17:47 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 25 Jan 2024 14:17:17 +0000 (09:17 -0500)
commit279824ca72d8494fc1972a4879cbbcf2a457f4b3
tree774537220b1060e4e96c43bcfc9d8c919fb65e3e
parentc03084b9c13955a26885745246e68ed75d2db1bb
LP2051038 Printing Holds Grid prints hold status number instead of text

The display text for the Hold Status column is locally derived for each
Hold Status number in the template, but the typescript file only sees
the number so that's what it prints/downloads.

This adds the same wording that is in the template to the CellTextGenerator
so that the download / print will match. (Note that LP2051037 suggests
moving the wording into a table so that this type of redundancy could be
resolved.)

Release-note: Holds grid can now print / download the Hold Status column.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts