LP1825851 Print template failure warnings
authorBill Erickson <berickxx@gmail.com>
Thu, 1 Aug 2019 20:35:41 +0000 (16:35 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 1 Aug 2019 20:38:05 +0000 (16:38 -0400)
commit9eb80b54c5a9672b114e9bda2e9a69ef5ea68dd9
tree30a7dfbba1d9059981894f7a9f2b0a224a5bd49f
parent88e4d6d14edbf597ba738f10220a4955a905820a
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>
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