Bugzilla – Attachment 168045 Details for
Bug 27182
Add ability to rename a MARC modification template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27182: (follow-up) Fix tidy warning
Bug-27182-follow-up-Fix-tidy-warning.patch (text/plain), 858 bytes, created by
Sam Lau
on 2024-06-24 20:44:56 UTC
(
hide
)
Description:
Bug 27182: (follow-up) Fix tidy warning
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-06-24 20:44:56 UTC
Size:
858 bytes
patch
obsolete
>From 4c6cee264a87eb71c742c332ce43bbb04e78fa04 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Mon, 24 Jun 2024 20:43:30 +0000 >Subject: [PATCH] Bug 27182: (follow-up) Fix tidy warning > >--- > tools/marc_modification_templates.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/marc_modification_templates.pl b/tools/marc_modification_templates.pl >index be5472a891..eaf9a98a40 100755 >--- a/tools/marc_modification_templates.pl >+++ b/tools/marc_modification_templates.pl >@@ -57,7 +57,7 @@ if ( $op eq "cud-create_template" ) { > $template_id = ''; > > } elsif ( $op eq "cud-rename_template" ) { >- RenameModificationTemplate ( scalar $cgi->param('template_name'), $template_id ); >+ RenameModificationTemplate( scalar $cgi->param('template_name'), $template_id ); > > } elsif ( $op eq "cud-add_action" ) { > >-- >2.39.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 27182
:
168041
|
168042
|
168045
|
168077
|
168079
|
168080
|
168081
|
168082
|
168083
|
171294
|
171295