Bugzilla – Attachment 162869 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), 860 bytes, created by
Martin Renvoize (ashimema)
on 2024-03-07 09:43:44 UTC
(
hide
)
Description:
Bug 36243: Remove cud- from op
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-03-07 09:43:44 UTC
Size:
860 bytes
patch
obsolete
>From 787c2f1a49ef13bd56e62041a41933f04ddd30ab 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.44.0
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