Bugzilla – Attachment 169847 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 500 error when exporting budget planning
Bug-37411-Fixed-500-error-when-exporting-budget-pl.patch (text/plain), 918 bytes, created by
Eric Garcia
on 2024-07-29 15:27:18 UTC
(
hide
)
Description:
Bug 37411: Fixed 500 error when exporting budget planning
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2024-07-29 15:27:18 UTC
Size:
918 bytes
patch
obsolete
>From c966c2024e9072e56b7c7a56a298182725c11191 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Mon, 29 Jul 2024 15:21:59 +0000 >Subject: [PATCH] Bug 37411: Fixed 500 error when exporting budget planning > >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 > >Notes: >Is there a reason we call exit(1) after exporting the csv? >--- > admin/aqplan.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/admin/aqplan.pl b/admin/aqplan.pl >index 899791b269..9bee05e73c 100755 >--- a/admin/aqplan.pl >+++ b/admin/aqplan.pl >@@ -400,7 +400,6 @@ foreach my $budget (@budgets) { > > if ( $output eq "file" ) { > _print_to_csv(\@authvals_row, \@budget_lines); >- exit(1); > } > > $template->param( >-- >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 37411
:
169847
|
169910
|
169912
|
169913
|
169936
|
169937