Bugzilla – Attachment 113634 Details for
Bug 27020
Patron self registration from should include ability to add extended patron attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27020: Allow patron attributes of self reg form
Bug-27020-Allow-patron-attributes-of-self-reg-form.patch (text/plain), 1.84 KB, created by
ByWater Sandboxes
on 2020-11-13 22:03:30 UTC
(
hide
)
Description:
Bug 27020: Allow patron attributes of self reg form
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-11-13 22:03:30 UTC
Size:
1.84 KB
patch
obsolete
>From 614a26209d5b89a5150bc24b564fe41faa98618d Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 13 Nov 2020 17:04:22 +0000 >Subject: [PATCH] Bug 27020: Allow patron attributes of self reg form > >Test plan: >1. Create some patron attributes types. >2. Make sure you click both Display in OPAC and Editable in OPAC. >3. Make sure PatronSelfRegistration is on. >4. Register and notice that your patron attribute types do not display. >5. Find an already registered patron and go edit your patron details on the OPAC, you do see the attributes listed here. >6. Apply patch >7. Try registering again, the attributes should display. >8. Finish registering the user and look them up in the staff cleint. See that the parton attributes you choose while registering have saved correctly. > >Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 60eaa58379..4305450053 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -936,7 +936,7 @@ > </div> <!-- /.row --> > [% END %] > >- [% IF ( Koha.Preference('ExtendedPatronAttributes') && patron_attribute_classes.size && action != 'new' ) %] >+ [% IF ( Koha.Preference('ExtendedPatronAttributes') && patron_attribute_classes.size ) %] > <div class="row"> > <div class="col"> > [% FOREACH pa_class IN patron_attribute_classes %] >-- >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 27020
:
113615
|
113625
| 113634