]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1825851 Print template failure warnings
authorBill Erickson <berickxx@gmail.com>
Thu, 1 Aug 2019 20:35:41 +0000 (16:35 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 8 Aug 2019 19:47:31 +0000 (15:47 -0400)
commit339b46280dbd1f51183c0954336f8284fce8873f
treeee40907edf9fdd1c1f257fe046c53e2909c61467
parent9468c799091da62e7075bd204a795c528e3b8d26
LP1825851 Print template failure warnings

Display error toasts when an attempt is made to a server-generated print
template and no active template can be found or the template generation
failed.

This required moving String and Toast components/services into the base
module so they could be used by the print components/services.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/common.module.ts
Open-ILS/src/eg2/src/app/share/print/print.component.html
Open-ILS/src/eg2/src/app/share/print/print.component.ts
Open-ILS/src/eg2/src/app/share/print/print.service.ts
Open-ILS/src/eg2/src/app/staff/common.module.ts