Bugzilla – Attachment 115280 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.46 KB, created by
Mazen Khallaf
on 2021-01-19 01:55:47 UTC
(
hide
)
Description:
Bug 27210: Typo in patron-attr-types.tt
Filename:
MIME Type:
Creator:
Mazen Khallaf
Created:
2021-01-19 01:55:47 UTC
Size:
2.46 KB
patch
obsolete
>From d32b1bae45f898d8e467085a2e1771d0036ba510 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. >--- > koha-tmpl/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 227daf7137..f8455a9ad0 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.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 27210
:
115280
|
115308
|
115582