Bugzilla – Attachment 169913 Details for
Bug 37411
Exporting budget planning gives 500 error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37411: Fixed exporting to csv file
Bug-37411-Fixed-exporting-to-csv-file.patch (text/plain), 885 bytes, created by
Roman Dolny
on 2024-07-31 19:04:48 UTC
(
hide
)
Description:
Bug 37411: Fixed exporting to csv file
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2024-07-31 19:04:48 UTC
Size:
885 bytes
patch
obsolete
>From 0d05d935105768dc74840a987e7d1717ccd54bbd Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Wed, 31 Jul 2024 18:31:53 +0000 >Subject: [PATCH] Bug 37411: Fixed exporting to csv file > >To test: >1. Acquistions -> Budgets -> Funds -> Planning, select any option >2. In the toolbar see Export, and click Submit and see a 500 error >3. Apply patch, restart_all >4. Repeat steps 1-2 >5. Notice the 500 error is gone and the CSV is exported properly > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > admin/aqplan.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/admin/aqplan.pl b/admin/aqplan.pl >index 9bee05e73c..a6d863e1c2 100755 >--- a/admin/aqplan.pl >+++ b/admin/aqplan.pl >@@ -400,6 +400,7 @@ foreach my $budget (@budgets) { > > if ( $output eq "file" ) { > _print_to_csv(\@authvals_row, \@budget_lines); >+ exit(); > } > > $template->param( >-- >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 37411
:
169847
|
169910
|
169912
|
169913
|
169936
|
169937