Bugzilla – Attachment 128418 Details for
Bug 13188
Make it possible to configure mandatory patron data differently between OPAC registration and modification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13188: (QA follow-up) Enhance list of field exclusions
Bug-13188-QA-follow-up-Enhance-list-of-field-exclu.patch (text/plain), 2.18 KB, created by
Katrin Fischer
on 2021-12-12 14:24:12 UTC
(
hide
)
Description:
Bug 13188: (QA follow-up) Enhance list of field exclusions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-12-12 14:24:12 UTC
Size:
2.18 KB
patch
obsolete
>From 4cb32de4b6ab3902b3c68af3f163d70e251015f0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 7 Dec 2021 20:42:25 +0000 >Subject: [PATCH] Bug 13188: (QA follow-up) Enhance list of field exclusions > >It doesn't make sense to allow for fields not visible in the >OPAC form to be made mandatory. This patch specifically adds: > >* opacnote >* borrowernotes >* sort 1 and sort2 (missing only from Modification) > >PatronSelfRegistrationBorrowerMandatoryField >exclusions: sort1|sort2|opacnote|borrowernotes > >PatronSelfModificationMandatoryField >exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index b34fb9d98e..de2634b5ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -822,13 +822,13 @@ OPAC: > - pref: PatronSelfModificationMandatoryField > type: modalselect > source: borrowers >- exclusions: password|cardnumber|dateexpiry|categorycode >+ exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:" > - pref: PatronSelfRegistrationBorrowerMandatoryField > type: modalselect > source: borrowers >- exclusions: sort1|sort2 >+ exclusions: sort1|sort2|opacnote|borrowernotes > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:" > - pref: PatronSelfRegistrationBorrowerUnwantedField >-- >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 13188
:
115371
|
115372
|
116085
|
122752
|
123335
|
125272
|
125273
|
125274
|
128409
|
128413
|
128414
|
128415
|
128416
|
128417
| 128418