Bugzilla – Attachment 167748 Details for
Bug 37090
Cannot delete an EDI account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37090: Correct op parameter in edi_accounts.pl
Bug-37090-Correct-op-parameter-in-ediaccountspl.patch (text/plain), 1.17 KB, created by
Matt Blenkinsop
on 2024-06-14 16:03:53 UTC
(
hide
)
Description:
Bug 37090: Correct op parameter in edi_accounts.pl
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-06-14 16:03:53 UTC
Size:
1.17 KB
patch
obsolete
>From aa722736d2f08e3354964a877767ca26fd67a5cb Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Fri, 14 Jun 2024 10:16:47 -0400 >Subject: [PATCH] Bug 37090: Correct op parameter in edi_accounts.pl > >To test: >1. Go to Acquisitions > EDI Accounts >2. Create an EDI account if one is not already there >3. Try to delete the EDI account >--> Page refreshes and nothing happens >4. Apply patch, restart_all, and refresh the page >5. Try to delete the EDI account again >--> A confirmation page displays with correct information >6. Click "Yes, delete" >--> The EDI account is deleted > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > admin/edi_accounts.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/edi_accounts.pl b/admin/edi_accounts.pl >index d7bb9b72e5..1c2fb76761 100755 >--- a/admin/edi_accounts.pl >+++ b/admin/edi_accounts.pl >@@ -63,7 +63,7 @@ if ( $op eq 'acct_form' ) { > $template->param( plugins => \@plugins ); > } > } >-elsif ( $op eq 'cud-delete_confirm' ) { >+elsif ( $op eq 'delete_confirm' ) { > show_account($crypt); > $template->param( delete_confirm => 1 ); > } >-- >2.39.3 (Apple Git-146)
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 37090
:
167716
| 167748