Bugzilla – Attachment 118590 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
0001-Bug-27397-The-description-input-field-when-defining-.patch (text/plain), 1.63 KB, created by
Amit Gupta
on 2021-03-22 11:36:43 UTC
(
hide
)
Description:
Bug 27397: The description input field when defining numbering patterns is too short
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2021-03-22 11:36:43 UTC
Size:
1.63 KB
patch
obsolete
>From 41a927a91952c267126c4f43037efef368fc5ded 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> >--- > .../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 4480f47..35785cb 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.7.4 >
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