Bugzilla – Attachment 173725 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.07 KB, created by
Yanjun Li
on 2024-10-30 16:29:32 UTC
(
hide
)
Description:
Bug 38020: (follow-up) Remove unused delete confirmation code
Filename:
MIME Type:
Creator:
Yanjun Li
Created:
2024-10-30 16:29:32 UTC
Size:
1.07 KB
patch
obsolete
>From c06c45da11f4d9922e54045cf124935365959fa7 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 >--- > .../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 34b7f80a42..ed381b39a3 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