Bugzilla – Attachment 118809 Details for
Bug 27397
Serials: The description input field when defining numbering patterns is too short
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27397: The description input field when defining numbering patterns is too short
Bug-27397-The-description-input-field-when-definin.patch (text/plain), 1.69 KB, created by
Martin Renvoize (ashimema)
on 2021-03-25 14:04:46 UTC
(
hide
)
Description:
Bug 27397: The description input field when defining numbering patterns is too short
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-25 14:04:46 UTC
Size:
1.69 KB
patch
obsolete
>From 101159788afe813771c62a06b24d1381faa73500 Mon Sep 17 00:00:00 2001 >From: Catherine Ma <catherinem2003@gmail.com> >Date: Tue, 19 Jan 2021 02:26:54 +0000 >Subject: [PATCH] Bug 27397: The description input field when defining > numbering patterns is too short > >Test Plan: >1. go to the serials module >2. click on manage numbering patterns in the left hand navigation >3. add or edit a pattern >4. check the description field is as short as the name field, but can >take much more text >5. add patch >6. repeat steps 1-3 >7. check the description field is larger than the name field (it should) > >Sponsored by Catalyst IT > >Works OK! > >Signed-off-by: Amit Gupta <amitddng135@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/serials/subscription-numberpatterns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >index 4480f47efa..35785cbeb6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >@@ -58,7 +58,7 @@ > </li> > <li> > <label for="description">Description:</label> >- <input type="text" id="description" name="description" value="[% description | html %]" /> >+ <input type="text" id="description" name="description" value="[% description | html %]" size="50" /> > </li> > <li> > <label for="numberingmethod">Numbering formula:</label> >-- >2.20.1
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 27397
:
115261
|
115289
|
115361
|
118590
| 118809