From: Galen Charlton Date: Tue, 30 Nov 2021 22:36:26 +0000 (-0500) Subject: LP#1942220: improvements to cancel dialog X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9ddad470d283f68551cca328bc3661e52e98c5b9;p=working%2FEvergreen.git LP#1942220: improvements to cancel dialog - add recordType parameter so that wording can be adjusted based on what is to be cancelled - expand the wording to make it (hopefully) crystal clear what to do - show all cancel reasons upon combobox click TODO: pluralization for the more-than-one-LI case Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html index 8a5bb4d132..7f062e8e88 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html @@ -4,7 +4,7 @@ dialogTitle="Confirm Alert" dialogBody="{{alertText ? alertText.code() : ''}}"> - + diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/cancel-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/cancel-dialog.component.html index 23ae488701..114bea6884 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/cancel-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/cancel-dialog.component.html @@ -1,15 +1,23 @@