]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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)
committerJane Sandberg <sandbej@linnbenton.edu>
Sat, 18 Jan 2020 18:40:03 +0000 (10:40 -0800)
commit735c47c2cc6bce7f039b079dfb8ab64ce3d3045b
treee4a8f658e9494e8368cb62d9238274ac0d7cf8dc
parentbe7feca36466c1df7e44cafb08a87186bc834b4b
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