Bugzilla – Attachment 165230 Details for
Bug 36652
Cannot copy notice from one library to another
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36652: Pass copy_form template variable
Bug-36652-Pass-copyform-template-variable.patch (text/plain), 1.03 KB, created by
Roman Dolny
on 2024-04-19 19:51:37 UTC
(
hide
)
Description:
Bug 36652: Pass copy_form template variable
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2024-04-19 19:51:37 UTC
Size:
1.03 KB
patch
obsolete
>From 4758f19cbc2c19d0bb9e8b7910ff7aa1e5cf49ee Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 19 Apr 2024 17:22:15 +0000 >Subject: [PATCH] Bug 36652: Pass copy_form template variable > >To test: > >1. Go to Tools > Notices and slips >2. Pick any notice and try to copy it to another library using the 'Copy notice' column. >3. You are redirected to a blank screen and if you go back to the Notices and slips page the notice has not been copied. >4. APPLY PATCH >5. Try steps 1 - 3 again, but this time you should be correctly directed. > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > tools/letter.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/letter.pl b/tools/letter.pl >index 0ecab147b0..7239961e81 100755 >--- a/tools/letter.pl >+++ b/tools/letter.pl >@@ -116,7 +116,7 @@ if ($op eq 'cud-copy_form') { > $template->param( > oldbranchcode => $oldbranchcode, > branchcode => $branchcode, >- copying => 1, >+ copy_form => 1, > modify => 0, > ); > } >-- >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 36652
:
165222
|
165230
|
165362