Bugzilla – Attachment 100857 Details for
Bug 22784
Add the ability to archive purchase suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22784: Bugfix - do not modify #description build Debian packages from a git repository
Bug-22784-Bugfix---do-not-modify-description-build.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2020-03-17 07:57:49 UTC
(
hide
)
Description:
Bug 22784: Bugfix - do not modify #description build Debian packages from a git repository
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-17 07:57:49 UTC
Size:
1.06 KB
patch
obsolete
>From 4b516fa35b46e1a209eea1c82f7fe8a4ad0f23cc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Nov 2019 14:56:05 +0100 >Subject: [PATCH] Bug 22784: Bugfix - do not modify #description build Debian > packages from a git repository >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > suggestion/suggestion.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index cdfa5fb817..464badb138 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -97,7 +97,7 @@ my $filter_archived = $input->param('filter_archived'); > my $reasonsloop = GetAuthorisedValues("SUGGEST"); > > # filter informations which are not suggestion related. >-my $suggestion_ref = $input->Vars; >+my $suggestion_ref = { %{$input->Vars} }; # Copying, otherwise $input will be modified > > # get only the columns of Suggestion > my $schema = Koha::Database->new()->schema; >-- >2.20.1
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 22784
:
95499
|
95500
|
95501
|
95502
|
95510
|
95511
|
95512
|
95513
|
95533
|
95534
|
95535
|
95536
|
95537
|
95538
|
96900
|
96901
|
96902
|
96903
|
96904
|
96905
|
100806
|
100807
|
100808
|
100809
|
100810
|
100811
|
100854
|
100855
|
100856
|
100857
|
100858
|
100859
|
101948
|
102779
|
102780
|
102781
|
102782
|
102783
|
102784
|
102785
|
102786
|
102944