Bugzilla – Attachment 167284 Details for
Bug 36995
Can't delete library EAN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36995: Correct parameter name for library EAN deletion
Bug-36995-Correct-parameter-name-for-library-EAN-d.patch (text/plain), 1.15 KB, created by
Owen Leonard
on 2024-05-30 18:11:42 UTC
(
hide
)
Description:
Bug 36995: Correct parameter name for library EAN deletion
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-05-30 18:11:42 UTC
Size:
1.15 KB
patch
obsolete
>From af155bb547173646b2bf033e0eb68c7a77564922 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 30 May 2024 18:07:27 +0000 >Subject: [PATCH] Bug 36995: Correct parameter name for library EAN deletion > >This patches removes the "cud-" prefix from the "delete_confirm" >parameter check in Library EAN management. The confirm step is a GET >operation. > >To test, apply the patch and restart services; > >- Go to Administration -> Library EANs. >- Add an entry if necessary, then click "Delete." >- You should be taken to a confirmation page: "Confirm deletion of > EAN..." >- Confirm deletion and verify that the EAN was deleted. >--- > admin/edi_ean_accounts.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/edi_ean_accounts.pl b/admin/edi_ean_accounts.pl >index dd305bda13..12d9589006 100755 >--- a/admin/edi_ean_accounts.pl >+++ b/admin/edi_ean_accounts.pl >@@ -54,7 +54,7 @@ if ( $op eq 'ean_form' ) { > ean => $e, > ); > } >-elsif ( $op eq 'cud-delete_confirm' ) { >+elsif ( $op eq 'delete_confirm' ) { > my $e = $schema->resultset('EdifactEan')->find($id); > $template->param( > delete_confirm => 1, >-- >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 36995
:
167284
|
167287
|
167452