Bugzilla – Attachment 73344 Details for
Bug 19233
Add ability to send itemnumbers in report results to batch modification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19233: (follow-up) Don't use JS trickery to set form action
Bug-19233-follow-up-Dont-use-JS-trickery-to-set-fo.patch (text/plain), 1.37 KB, created by
Nick Clemens (kidclamp)
on 2018-03-27 17:31:44 UTC
(
hide
)
Description:
Bug 19233: (follow-up) Don't use JS trickery to set form action
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-03-27 17:31:44 UTC
Size:
1.37 KB
patch
obsolete
>From eae62e99c2180c880d3b0e3a33c8ad47c76720b6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 27 Mar 2018 17:30:42 +0000 >Subject: [PATCH] Bug 19233: (follow-up) Don't use JS trickery to set form > action > >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >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 b6fdb0f..b5af408 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 >@@ -715,7 +715,7 @@ canned reports and writing custom SQL reports.</p> > > <div class="pages">[% pagination_bar %]</div> > [% UNLESS ( errors ) %] >- <form method="POST" id="report_results"> >+ <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="report_results"> > <input type="hidden" name="op" value="show" /> > <table> > <tr> >@@ -1010,7 +1010,6 @@ Sub report:<select name="subreport"> > > $(".send_to_item_mod").click(function(e){ > e.preventDefault(); >- $("#report_results").attr("action","/cgi-bin/koha/tools/batchMod.pl"); > $("#report_results").submit(); > }); > >-- >2.1.4
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 19233
:
66680
|
67087
|
67186
|
67805
|
67806
|
69920
|
69921
|
72566
|
72567
|
73344
|
73345
|
73346
|
73347
|
73356