Bugzilla – Attachment 115582 Details for
Bug 27210
Typo in patron-attr-types.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27210: Typo in patron-attr-types.tt
Bug-27210-Typo-in-patron-attr-typestt.patch (text/plain), 2.59 KB, created by
Kyle M Hall (khall)
on 2021-01-21 17:38:12 UTC
(
hide
)
Description:
Bug 27210: Typo in patron-attr-types.tt
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-21 17:38:12 UTC
Size:
2.59 KB
patch
obsolete
>From 2078756c4e6f130305658cb41291845ed16dd5dd Mon Sep 17 00:00:00 2001 >From: Mazen Khallaf <mazen.i.khallaf@gamil.com> >Date: Tue, 19 Jan 2021 01:49:43 +0000 >Subject: [PATCH] Bug 27210: Typo in patron-attr-types.tt > >Test Plan: >1. Make sure the ExtendedPatronAttributes syspref is active >2. Go to Administration > Patron attribute types >3. Click New patron attribute type >4. Check the sentence next to the Editable in OPAC checkbox (Should say > "Requires above, does not work during self-registration if > PatronSelfRegistrationVerifyByEmail if set." - Notice the use of > 'if set') >5. Apply Patch >6. Repeat steps 2-4 (Should now say "Requires above, does not work > during self-registration if PatronSelfRegistrationVerifyByEmail > is set." - Notice the use of 'is set') >7. If it says 'is set', the patch works as expected. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index 74bd19792c..f3890524ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -117,7 +117,7 @@ > [% ELSE %] > <input type="checkbox" id="opac_editable" name="opac_editable" /> > [% END %] >- <span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistration" target="_blank">self-registration</a> if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a> if set.)</span> >+ <span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistration" target="_blank">self-registration</a> if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a> is set.)</span> > </li> > <li><label for="staff_searchable">Searchable: </label> > [% IF attribute_type AND attribute_type.staff_searchable %] >-- >2.24.1 (Apple Git-126)
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 27210
:
115280
|
115308
| 115582