Bugzilla – Attachment 168893 Details for
Bug 37337
Submitting a similar suggestion results in a blank page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37337: Pass the save $op when biblio_exists
Bug-37337-Pass-the-save-op-when-biblioexists.patch (text/plain), 1.20 KB, created by
Jake Deery
on 2024-07-12 11:15:10 UTC
(
hide
)
Description:
Bug 37337: Pass the save $op when biblio_exists
Filename:
MIME Type:
Creator:
Jake Deery
Created:
2024-07-12 11:15:10 UTC
Size:
1.20 KB
patch
obsolete
>From 8e3d3eb9df14accbb65d30c1e792f5a6a689b0d5 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 11 Jul 2024 22:11:35 +0000 >Subject: [PATCH] Bug 37337: Pass the save $op when biblio_exists > >To test: >1. Go to suggestions in the staff interface and enter a new suggestion. >2. Enter a title that matches something already in the catalog. In k-t-d I used "Lanark". >3. Submit the suggestion. >4. Get a blank page. >5. APPLY PATCH and restart_all >6. Now after step 3 you should get a page that shows the 'Click on "Confirm your suggestion" to ignore this message." warning, the form, and a Confirm your suggestion button. > >Signed-off-by: Jake Deery <jake.deery@ptfs-europe.com> >Signed-off-by: Jan Kissig <jkissig@th-wildau.de> >--- > suggestion/suggestion.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index 62a82a8058..5ae14a8540 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -176,6 +176,7 @@ if ( $op =~ /cud-save/ ) { > delete $suggestion_ref->{suggesteddate}; > delete $suggestion_ref->{manageddate}; > Init($suggestion_ref); >+ $op ='save'; > } > else { > >-- >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 37337
:
168870
|
168891
|
168892
|
168893
|
169100