Bugzilla – Attachment 171758 Details for
Bug 37812
Adjust Vue modals for Bootstrap 5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37812: (QA follow-up) Prevent lots of cypress test failures by reinserting 'confirmation' class on modal header
Bug-37812-QA-follow-up-Prevent-lots-of-cypress-tes.patch (text/plain), 1.10 KB, created by
Paul Derscheid
on 2024-09-19 13:41:53 UTC
(
hide
)
Description:
Bug 37812: (QA follow-up) Prevent lots of cypress test failures by reinserting 'confirmation' class on modal header
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-09-19 13:41:53 UTC
Size:
1.10 KB
patch
obsolete
>From 9a11f1633d4b3faff65299e1c1f270e58ce60a66 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 19 Sep 2024 13:29:27 +0000 >Subject: [PATCH] Bug 37812: (QA follow-up) Prevent lots of cypress test > failures by reinserting 'confirmation' class on modal header > >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >index 7978d96d27..e65d177bbc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >@@ -25,7 +25,7 @@ > <div class="confirmation modal" role="dialog" v-if="confirmation"> > <div class="modal-dialog"> > <div class="modal-content modal-lg"> >- <div class="modal-header alert-warning"> >+ <div class="modal-header alert-warning confirmation"> > <h1 v-html="confirmation.title"></h1> > </div> > <div >-- >2.46.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37812
:
170956
|
171252
|
171253
|
171604
|
171605
|
171625
|
171641
|
171651
|
171690
|
171691
|
171692
|
171693
|
171694
|
171695
|
171696
|
171697
|
171702
|
171703
|
171704
|
171705
|
171706
|
171707
|
171708
| 171758 |
171780
|
171781
|
171786