From b9a9b1255fd908ff18ee8acfc9395e3a9bf3f27a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 3 Aug 2022 12:27:52 +0200 Subject: [PATCH] Bug 32030: Modal - Make warnings sticky at the top Warning messages are displayed when a form is not submited because something is wrong on the form. We should notify the user on the visible screen, not at the top of the form that could be hidden. Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../prog/js/vue/components/ERM/Dialog.vue | 37 ++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Dialog.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Dialog.vue index 4a7ba92a4a..58198f534c 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Dialog.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Dialog.vue @@ -1,18 +1,45 @@ \ No newline at end of file + + + \ No newline at end of file -- 2.39.2