Bugzilla – Attachment 115569 Details for
Bug 24288
Add wording to authorized value interface to indicate valid code length
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24288: Add wording to authorized value interface to indicate valid code length
Bug-24288-Add-wording-to-authorized-value-interfac.patch (text/plain), 1.96 KB, created by
PTFS Europe Sandboxes
on 2021-01-21 16:11:00 UTC
(
hide
)
Description:
Bug 24288: Add wording to authorized value interface to indicate valid code length
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-01-21 16:11:00 UTC
Size:
1.96 KB
patch
obsolete
>From 82a220d5c1e7ae881cee102908c1647831613c01 Mon Sep 17 00:00:00 2001 >From: ava li <rubyli208@gmail.com> >Date: Thu, 21 Jan 2021 03:21:54 +0000 >Subject: [PATCH] Bug 24288: Add wording to authorized value interface to > indicate valid code length > >TEST PLAN: > >1) Apply the patch >2) Add a new authorised value policy in the LOST, NOTFORLOAN, DAMAGED, >RESTRICTED, and WITHDRAWN categories >3) Check that there is a new warning displaying next to the >Authorized value field stating "The authorized value field in the X >category must be a one-digit numeric value" >4) Check that this same warning appears when modifying the same >authorised values >5) Check that the warning doesn't appear in any other authorized >value category. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index c87bbf7aba..bfe62daa7b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -71,6 +71,9 @@ > <label for="authorised_value">Authorized value: </label> > [% IF ( action_modify ) %]<input type="hidden" id="id" name="id" value="[% id | html %]" />[% END %] > <input type="text" id="authorised_value" name="authorised_value" value="[% authorised_value | html %]" maxlength="80" class="focus" /> >+ [% IF category_name == 'LOST' OR category_name == 'WITHDRAWN' OR category_name == 'NOT_LOAN' OR category_name == 'DAMAGED' OR category_name == 'RESTRICTED' %] >+ <span class="hint">The authorized value field in the [% category_name | html %] category must be a one-digit numeric value</span> >+ [% END %] > </li> > <li> > <label for="lib">Description: </label> >-- >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 24288
:
103060
|
103083
|
108536
|
115498
|
115569
|
115581