Bugzilla – Attachment 160250 Details for
Bug 28012
Error on saving new numbering pattern
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28012: (QA follow-up) Add numeric imput mode to display order field
Bug-28012-QA-follow-up-Add-numeric-imput-mode-to-d.patch (text/plain), 1.32 KB, created by
Nick Clemens (kidclamp)
on 2023-12-22 15:34:47 UTC
(
hide
)
Description:
Bug 28012: (QA follow-up) Add numeric imput mode to display order field
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-12-22 15:34:47 UTC
Size:
1.32 KB
patch
obsolete
>From e846775ffc9bb3f97b9d8db02dbf96015fe4d286 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 22 Dec 2023 15:24:04 +0000 >Subject: [PATCH] Bug 28012: (QA follow-up) Add numeric imput mode to display > order field > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/en/modules/serials/subscription-numberpatterns.tt | 3 ++- > 1 file changed, 2 insertions(+), 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 66439a8fc19..c4abd5b8f99 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 >@@ -84,7 +84,8 @@ > </li> > <li> > <label for="displayorder">Display order:</label> >- <input type="text" id="displayorder" name="displayorder" value="[% displayorder | html %]" /> >+ <input type="text" inputmode="numeric" pattern="\d*" id="displayorder" name="displayorder" value="[% displayorder | html %]" /> >+ <div class="hint">Only numeric characters are allowed</div> > </li> > </ol> > <table> >-- >2.30.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 28012
:
140196
|
140197
|
140322
|
140337
|
141947
|
141948
|
160248
|
160249
| 160250