Bugzilla – Attachment 168349 Details for
Bug 28530
Allow configuration of floating limits by item type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28530: (QA follow-up): Implement CSRF cud op
Bug-28530-QA-follow-up-Implement-CSRF-cud-op.patch (text/plain), 1.75 KB, created by
Kyle M Hall (khall)
on 2024-07-02 11:23:33 UTC
(
hide
)
Description:
Bug 28530: (QA follow-up): Implement CSRF cud op
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-07-02 11:23:33 UTC
Size:
1.75 KB
patch
obsolete
>From af4619471a201a0c046a6ca85433e7c004e2e962 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 26 Mar 2024 08:48:04 -0400 >Subject: [PATCH] Bug 28530: (QA follow-up): Implement CSRF cud op > >--- > admin/float_limits.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/float_limits.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/float_limits.pl b/admin/float_limits.pl >index 92133412f8c..bb4304333f9 100755 >--- a/admin/float_limits.pl >+++ b/admin/float_limits.pl >@@ -44,7 +44,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > > my $op = $input->param('op'); > >-if ( $op eq 'set_float_limits' ) { >+if ( $op eq 'cud-set_float_limits' ) { > my $schema = Koha::Database->new()->schema(); > my @branches = Koha::Libraries->search()->as_list; > my @itemtypes = Koha::ItemTypes->search()->as_list; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/float_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/float_limits.tt >index 454c022ee88..5e7aa52055f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/float_limits.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/float_limits.tt >@@ -55,7 +55,7 @@ > [% END %] > > <form method="post" action="/cgi-bin/koha/admin/float_limits.pl" id="float_limit_form"> >- <input type="hidden" name="op" value="set_float_limits" /> >+ <input type="hidden" name="op" value="cud-set_float_limits" /> > <fieldset id="float_limits"> > <div class="help"> > <p>Specify the total number of items per itemtype that are allowed to float at each library.</p> >-- >2.30.2
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 28530
:
160038
|
160039
|
160040
|
160041
|
160042
|
160043
|
160044
|
160045
|
160046
|
160047
|
160048
|
160049
|
160050
|
160053
|
160054
|
160055
|
160056
|
160057
|
160058
|
160061
|
160062
|
160063
|
160064
|
160065
|
160066
|
160067
|
160068
|
160071
|
160072
|
160073
|
160074
|
160075
|
160076
|
160077
|
160078
|
160079
|
160080
|
160081
|
160082
|
160083
|
160084
|
163919
|
168343
|
168344
|
168345
|
168346
|
168347
|
168348
| 168349 |
168350