Bugzilla – Attachment 46389 Details for
Bug 15299
Add delete confirmation for deleting saved reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15299: Ask for confirmation when deleting a report from second page
Bug-15299-Ask-for-confirmation-when-deleting-a-rep.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2016-01-07 12:53:54 UTC
(
hide
)
Description:
Bug 15299: Ask for confirmation when deleting a report from second page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-07 12:53:54 UTC
Size:
1.47 KB
patch
obsolete
>From d5855ce829419ba22c16480d7ee89945cde5d8c0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Jan 2016 12:50:35 +0000 >Subject: [PATCH] Bug 15299: Ask for confirmation when deleting a report from > second page > >Some link are hidden when loading the page, by DataTables, we need to >use the delegate jQuery method to attach a handler to the click event >for all delete links (the ones existing when loading the page, and the >ones displayed in the future). > >Test plan: >Have more than 20 reports defined >Go on the report list view, then change the number of elements >displayed, click "action>delete". You should get a warn. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 6125814..1655d92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -157,7 +157,7 @@ $(document).ready(function(){ > }); > [% END %] > >- $(".confirmdelete").click(function(){ >+ $("#table_reports").delegate(".confirmdelete", 'click', function(){ > $(this).parents('tr').attr("class","warn"); > if(confirm(_("Are you sure you want to delete this saved report?"))){ > return true; >-- >2.1.0
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 15299
:
46389
|
46413
|
46428