Bugzilla – Attachment 153969 Details for
Bug 34302
Checkin and renewal error messages disappear immediately in checkouts table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34302: DO NOT PUSH - to test failure
Bug-34302-DO-NOT-PUSH---to-test-failure.patch (text/plain), 629 bytes, created by
Jonathan Druart
on 2023-07-27 13:04:04 UTC
(
hide
)
Description:
Bug 34302: DO NOT PUSH - to test failure
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-27 13:04:04 UTC
Size:
629 bytes
patch
obsolete
>From 48feda50cb8de072fa23f370b89999af58ba59bc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 27 Jul 2023 14:58:34 +0200 >Subject: [PATCH] Bug 34302: DO NOT PUSH - to test failure > >Really, do not push! :D >--- > svc/renew | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/svc/renew b/svc/renew >index ce026cfc46a..443d9d63e0d 100755 >--- a/svc/renew >+++ b/svc/renew >@@ -92,5 +92,7 @@ if ( $data->{renew_okay} || ( $seen && $data->{error} eq 'too_unseen') ) { > } > }; > } >+$data->{renew_okay} = 0; >+$data->{error} = 'renewal_failed'; > > print to_json($data); >-- >2.25.1
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 34302
: 153969 |
153970
|
155251
|
155910