From 0f457e4d8ec8b65a2e00ce88889009ff58dbf99f Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 27 Oct 2020 09:40:18 -0400 Subject: [PATCH] LP#1398107: Add header to generic alerts. Currently, generic alerts/events passed up from the Perl layer are presented in an unadorned modal that just begins with "Reason(s) include" without further context. This adds a "Could not Complete the Action" header with the idea that something is better than nothing. At this point, i18n is not considered. Signed-off-by: Chris Sharp Signed-off-by: Rogan Hamby Signed-off-by: Jason Stephenson --- Open-ILS/src/eg2/src/app/share/dialog/alert.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html b/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html index e81f697c6e..9dfe1a94ec 100644 --- a/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html +++ b/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html @@ -1,5 +1,6 @@