Bugzilla – Attachment 168082 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), 913 bytes, created by
Lucas Gass (lukeg)
on 2024-06-25 15:30:27 UTC
(
hide
)
Description:
Bug 27182: (follow-up) Fix tidy warning
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-25 15:30:27 UTC
Size:
913 bytes
patch
obsolete
>From d194c197559f63ae9b6c5604a4da59b5bcd8a3cf 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 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > 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