Bugzilla – Attachment 173748 Details for
Bug 38020
Fix 'delete list' button to have same formatting as 'edit list'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38020: (follow-up) Remove unused delete confirmation code
Bug-38020-follow-up-Remove-unused-delete-confirmat.patch (text/plain), 1.13 KB, created by
Aleisha Amohia
on 2024-10-31 05:02:35 UTC
(
hide
)
Description:
Bug 38020: (follow-up) Remove unused delete confirmation code
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-10-31 05:02:35 UTC
Size:
1.13 KB
patch
obsolete
>From 70dc6d17050964fc05598b32584272d5339a8a2b Mon Sep 17 00:00:00 2001 >From: Yanjun Li <yanjun.li@bywatersolutions.com> >Date: Wed, 30 Oct 2024 16:21:06 +0000 >Subject: [PATCH] Bug 38020: (follow-up) Remove unused delete confirmation code > >This follow-up patch removes the unused delete list confirmation dialog in virtualshelves/shelves.tt > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >index 34b7f80a429..ed381b39a3e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -938,9 +938,6 @@ > sendList(); > return false; > }); >- $(".delete-list").click(function(e){ >- return confirm(_("Are you sure you want to delete this list?")); >- }); > }); > > [% END %] >-- >2.39.5
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 38020
:
173307
|
173311
|
173724
|
173725
|
173747
| 173748 |
173749