Bugzilla – Attachment 179081 Details for
Bug 36135
Add tool to batch modify holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36135: (QA follow-up): fix typo in tool permissions
Bug-36135-QA-follow-up-fix-typo-in-tool-permission.patch (text/plain), 1.16 KB, created by
Andrew Fuerste-Henry
on 2025-03-07 14:33:23 UTC
(
hide
)
Description:
Bug 36135: (QA follow-up): fix typo in tool permissions
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-03-07 14:33:23 UTC
Size:
1.16 KB
patch
obsolete
>From 943684e2c0faa29ac84e400810f7b44541a89d0f Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Fri, 7 Mar 2025 14:30:59 +0000 >Subject: [PATCH] Bug 36135: (QA follow-up): fix typo in tool permissions > >The flagsrequired for the new page was incorrectly set to 'batch_modify_holds.tt' >--- > tools/batch_modify_holds.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/tools/batch_modify_holds.pl b/tools/batch_modify_holds.pl >index 9f0da01cae..a5a95948e5 100755 >--- a/tools/batch_modify_holds.pl >+++ b/tools/batch_modify_holds.pl >@@ -23,7 +23,7 @@ use CGI; > > use JSON qw( to_json ); > >-use C4::Auth qw( get_template_and_user ); >+use C4::Auth qw( get_template_and_user ); > use C4::Output qw( output_html_with_http_headers ); > > use Koha::DateUtils qw( dt_from_string ); >@@ -37,7 +37,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > template_name => 'tools/batch_modify_holds.tt', > query => $input, > type => "intranet", >- flagsrequired => { tools => 'batch_modify_holds.tt' }, >+ flagsrequired => { tools => 'batch_modify_holds' }, > } > ); > >-- >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 36135
:
163021
|
163022
|
163023
|
163024
|
163529
|
163530
|
163540
|
163541
|
163542
|
163543
|
163544
|
163796
|
164037
|
164051
|
164057
|
164058
|
164059
|
164060
|
164061
|
164062
|
164063
|
177518
|
177519
|
177959
|
177960
|
177961
|
177962
|
177963
|
177964
|
177965
|
177966
|
177967
|
177968
|
177969
|
177975
|
177976
|
177981
|
177982
|
178154
|
178155
|
178156
|
178157
|
178158
|
178159
|
178160
|
178161
|
178162
|
178163
|
178164
|
178165
|
178166
|
178167
|
178954
|
179028
|
179029
|
179030
|
179031
|
179032
|
179033
|
179034
|
179035
|
179036
|
179037
|
179038
|
179039
|
179040
|
179041
|
179042
| 179081 |
179082
|
181049