Bugzilla – Attachment 162903 Details for
Bug 35570
Add a generic master form in ILL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35570: (QA follow-up): Standard backend: Show appropriate error message when type is missing
Bug-35570-QA-follow-up-Standard-backend-Show-appro.patch (text/plain), 1.27 KB, created by
Pedro Amorim
on 2024-03-07 11:51:09 UTC
(
hide
)
Description:
Bug 35570: (QA follow-up): Standard backend: Show appropriate error message when type is missing
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-07 11:51:09 UTC
Size:
1.27 KB
patch
obsolete
>From b4123754950f419ad12f196bac6b74d4eba8def8 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 3 Jan 2024 12:06:47 +0000 >Subject: [PATCH] Bug 35570: (QA follow-up): Standard backend: Show appropriate > error message when type is missing > >Add FreeForm fix from https://github.com/PTFS-Europe/koha-ill-freeform/commit/9c9da5ff2815fb6ce0af0181341dea5ce8c3bb2e into this work. >This is to keep this work up to date with latest FreeForm's fixes. >See bug 35685 for context and test plan. > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/ILL/Backend/opac-includes/create.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc >index df076e248ee..8b22848d7ea 100644 >--- a/Koha/ILL/Backend/opac-includes/create.inc >+++ b/Koha/ILL/Backend/opac-includes/create.inc >@@ -1,6 +1,8 @@ > [% IF whole.error %] > [% IF whole.status == 'missing_identifier' %] > <p><em>Please Note:</em> Mandatory field Identifier is missing.</p> >+[% ELSIF whole.status == 'missing_type' %] >+<p><em>Please Note:</em> Type is a mandatory field.</p> > [% ELSIF whole.status == 'missing_branch' %] > <p><em>Please Note:</em> Branch is a mandatory field.</p> > [% ELSIF whole.status == 'invalid_borrower' %] >-- >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 35570
:
159942
|
159943
|
159944
|
159946
|
159947
|
160452
|
160457
|
160654
|
160655
|
160656
|
160657
|
160658
|
160659
|
160660
|
160686
|
161519
|
161520
|
161521
|
161522
|
161523
|
161524
|
162894
|
162897
|
162898
|
162899
|
162900
|
162901
|
162902
|
162903
|
162904
|
162905
|
164277
|
164278
|
164279
|
164280
|
164281
|
164282
|
164283
|
164284
|
165204
|
165205
|
165206
|
165207
|
165208
|
165209
|
165210
|
165211
|
165286
|
165287
|
165288
|
165289
|
165290
|
165291
|
165292
|
165293
|
167050
|
167051
|
171312
|
171313
|
171314
|
171315
|
171316
|
171317
|
171318
|
171319
|
171320
|
171321
|
171322
|
171323
|
172218
|
172219
|
172722
|
172723
|
172724
|
172725
|
172726
|
172727
|
172728
|
172729
|
172730
|
172731
|
172732
|
172733
|
172734
|
172735
|
172740
|
172741
|
172742
|
172743
|
172744
|
172745
|
172746
|
172747
|
172748
|
172749
|
172750
|
172751
|
172752
|
172753
|
172780
|
172809
|
172811
|
173916
|
173917
|
173918