Bugzilla – Attachment 96327 Details for
Bug 14973
Add an alert during purchase suggestion submissions to warn the user when an existing biblio appears to satisfy the request
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14973: Do not skip validation step when submiting a suggestion - OPAC
Bug-14973-Do-not-skip-validation-step-when-submiti.patch (text/plain), 1.50 KB, created by
Nick Clemens (kidclamp)
on 2019-12-16 12:42:01 UTC
(
hide
)
Description:
Bug 14973: Do not skip validation step when submiting a suggestion - OPAC
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-12-16 12:42:01 UTC
Size:
1.50 KB
patch
obsolete
>From cf47b239a4abf71f439744c80c5a350eec888388 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Oct 2019 15:46:56 +0200 >Subject: [PATCH] Bug 14973: Do not skip validation step when submiting a > suggestion - OPAC > >Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 6208287188..ca367f31cf 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -205,7 +205,7 @@ > </fieldset> > <fieldset class="action"> > <input type="hidden" name="suggested_by_anyone" value="[% suggested_by_anyone | html %]" /> >- <input type="hidden" name="op" value="add_confirm" /> >+ <input type="hidden" name="op" value="add_validate" /> > [% IF ( need_confirm ) %] > <input type="submit" onclick="this.form.op.value = 'add_confirm'; this.form.submit();" class="btn" value="Confirm your suggestion" /> > [% ELSE %] >-- >2.11.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 14973
:
43193
|
44091
|
44319
|
44320
|
44334
|
44335
|
60877
|
60913
|
93141
|
93142
|
94297
|
94298
|
94301
|
94302
|
94303
|
94304
|
95113
|
95114
|
95517
|
96255
|
96256
|
96257
|
96258
|
96259
|
96260
|
96261
|
96325
|
96326
| 96327 |
96328
|
96329
|
96330
|
96331