Bugzilla – Attachment 162832 Details for
Bug 36243
ILL "Edit request" action is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36243: Remove cud- from op
Bug-36243-Remove-cud--from-op.patch (text/plain), 794 bytes, created by
Pedro Amorim
on 2024-03-06 13:06:17 UTC
(
hide
)
Description:
Bug 36243: Remove cud- from op
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-06 13:06:17 UTC
Size:
794 bytes
patch
obsolete
>From dd06f30b7e6a80af544e012c88159db4497566c5 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 6 Mar 2024 12:44:25 +0000 >Subject: [PATCH] Bug 36243: Remove cud- from op > >'cud-' needs to be removed here because it's showing the form, not handling its POST submission >--- > ill/ill-requests.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index d9278b6db8f..d923a662199 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -225,6 +225,7 @@ if ( $backends_available ) { > order_by => { -asc => 'name' } > }); > if ( !$params->{stage} ) { >+ $op =~ s/^cud-//; > my $backend_result = { > error => 0, > status => '', >-- >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 36243
:
162832
|
162833
|
162869
|
162870