Bugzilla – Attachment 165163 Details for
Bug 36634
tools/automatic_item_modification_by_age.pl use cud-show instead of show
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36634: Replace cud-show with show in tools/automatic_item_modification_by_age.pl
Bug-36634-Replace-cud-show-with-show-in-toolsautom.patch (text/plain), 1.34 KB, created by
Marcel de Rooy
on 2024-04-19 09:51:51 UTC
(
hide
)
Description:
Bug 36634: Replace cud-show with show in tools/automatic_item_modification_by_age.pl
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-04-19 09:51:51 UTC
Size:
1.34 KB
patch
obsolete
>From f6289cf1230cba9ccd27a17b1af2b34a0a578040 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Apr 2024 08:50:55 +0200 >Subject: [PATCH] Bug 36634: Replace cud-show with show in > tools/automatic_item_modification_by_age.pl >Content-Type: text/plain; charset=utf-8 > >It's never used in the template anyway but for consistency it would be better to use "show" (it's not CUD) > >No change expected. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > tools/automatic_item_modification_by_age.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/tools/automatic_item_modification_by_age.pl b/tools/automatic_item_modification_by_age.pl >index 59c37712b2..9015e051e9 100755 >--- a/tools/automatic_item_modification_by_age.pl >+++ b/tools/automatic_item_modification_by_age.pl >@@ -56,7 +56,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > } > ); > >-my $op = $cgi->param('op') // 'cud-show'; >+my $op = $cgi->param('op') // 'show'; > > my $syspref_name = q|automatic_item_modification_by_age_configuration|; > if ( $op eq 'cud-update' ) { >@@ -96,7 +96,7 @@ if ( $op eq 'cud-update' ) { > my $syspref_content = to_json( \@rules ); > C4::Context->set_preference($syspref_name, $syspref_content); > >- $op = 'cud-show'; >+ $op = 'show'; > } > > my @messages; >-- >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 36634
:
165037
| 165163