LP1823041 Confirm dialog returns true/false repairs user/berick/lp1823041-angular-dialog-observable-part2
authorBill Erickson <berickxx@gmail.com>
Wed, 19 Jun 2019 20:41:26 +0000 (16:41 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 19 Jun 2019 20:43:03 +0000 (16:43 -0400)
commit353250ed68d4964ecca450af1c031aabc97c6cdf
treef2ac7504b7c0133685a60ab89cf31802c681eedc
parentccb52eab8ca0e1177ba5fc8ffa4223b6b0f5125d
LP1823041 Confirm dialog returns true/false repairs

The new Observable-driven confirm dialogs return true or false depending
on the user response (or nothing if dismissed), so the calling code needs
to verify the user confirmed the request before continuing.

Removed an unused confirm dialog import for clarity.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/conjoined.component.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.ts