Bugzilla – Attachment 116117 Details for
Bug 27261
PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27261: exlude branchcode from PatronSelfRegistrationBorrowerUnwantedField
Bug-27261-exlude-branchcode-from-PatronSelfRegistr.patch (text/plain), 1.59 KB, created by
Katrin Fischer
on 2021-01-31 14:30:18 UTC
(
hide
)
Description:
Bug 27261: exlude branchcode from PatronSelfRegistrationBorrowerUnwantedField
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-31 14:30:18 UTC
Size:
1.59 KB
patch
obsolete
>From a95f837d4e05265198ac4f6c8d8e22ce84f48076 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 17 Dec 2020 15:52:52 +0000 >Subject: [PATCH] Bug 27261: exlude branchcode from > PatronSelfRegistrationBorrowerUnwantedField > >To test: >1 - Alter PatronSelfRegistrationBorrowerUnwantedFieldand select branchcode >2 - Attempt to self register via the OPAC >3 - Kabloom, internal server error >4 - Apply patche >5 - Alter the preference again >6 - Note that branchcode is unchecked and disabled >7 - Save the pref >8 - Attempt to self register again >9 - It succeeds > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 1 + > 1 file changed, 1 insertion(+) > >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 fd708d1332..3e747afd03 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 >@@ -826,6 +826,7 @@ OPAC: > - pref: PatronSelfRegistrationBorrowerUnwantedField > type: modalselect > source: borrowers >+ exclusions: branchcode > - > - "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-modification screen:" > - pref: PatronSelfModificationBorrowerUnwantedField >-- >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 27261
:
114483
|
114751
| 116117