Bugzilla – Attachment 167400 Details for
Bug 36922
Correct hint on date patron attributes not being repeatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36922: Patron attributes - update hint text for "Is a date"
Bug-36922-Patron-attributes---update-hint-text-for.patch (text/plain), 2.09 KB, created by
Lucas Gass (lukeg)
on 2024-06-04 14:47:54 UTC
(
hide
)
Description:
Bug 36922: Patron attributes - update hint text for "Is a date"
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-04 14:47:54 UTC
Size:
2.09 KB
patch
obsolete
>From e70be9dcd000d36812ac57be2f084b35433c6f96 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Fri, 31 May 2024 21:19:57 +0000 >Subject: [PATCH] Bug 36922: Patron attributes - update hint text for "Is a > date" > >The date field for patron attributes is now repeatable (enhancement made >in Koha 24.05 with bug 32610). This updates the hint text to reflect >the change. > >Test plan: >1. Go to add a patron attribute (Administration > Patrons and > circulation > Patron attribute types > + New patron attribute type ) >2. Note that the hint for the "Is a date" field says "...Date attributes > cannot be repeatable or linked to an authorised value category.". >3. Apply the patch. >4. Reload the page. >5. Note that the hint now says "...Date attributes are repeatable, > but cannot be linked to an authorised value category." >6. Sign off D: > >PA amended: 'are repeatable' -> 'can be repeatable' > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Lucas Gass <lucas@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 6c87a2fe0c..2168944793 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 >@@ -154,7 +154,7 @@ > [% ELSE %] > <input type="checkbox" id="is_date" name="is_date" /> > [% END %] >- <span class="hint">If checked, attribute will be a date. Date attributes cannot be repeatable or linked to an authorised value category.</span> >+ <span class="hint">If checked, the attribute will be a date. Date attributes can be repeatable, but cannot be linked to an authorised value category.</span> > </li> > <li><label for="opac_display">Display in OPAC: </label> > [% IF attribute_type AND attribute_type.opac_display %] >-- >2.39.2
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 36922
:
167319
|
167337
| 167400