LPLP1835982 Holds grid user barcode text generator; handle null
authorBill Erickson <berickxx@gmail.com>
Fri, 3 Jan 2020 20:41:03 +0000 (15:41 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:07:36 +0000 (11:07 -0400)
commit2b3239a95d0f7550304afceccd9574ea74f2bcf3
tree42b3eac6a4c25d1c31163ae697523eff538fb421
parented896cb92cae37f9ef6e526a5a40f082d26f75ad
LPLP1835982 Holds grid user barcode text generator; handle null

Adds a new text generator for the patron barcode template in the staff
catalog holds grid.  Also adds a name field to the <eg-grid-column/>
to support the text generator.

Teach the cell text generator internals to translate undefined and null
values to '' so generator authors don't have to.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/share/grid/grid.ts
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts