Bugzilla – Attachment 115261 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 25054: (QA follow-up) Add space after comma for multiple aliases
Bug-25054-QA-follow-up-Add-space-after-comma-for-m.patch (text/plain), 1.48 KB, created by
Catherine
on 2021-01-18 23:27:50 UTC
(
hide
)
Description:
Bug 25054: (QA follow-up) Add space after comma for multiple aliases
Filename:
MIME Type:
Creator:
Catherine
Created:
2021-01-18 23:27:50 UTC
Size:
1.48 KB
patch
obsolete
>From 63b4fd6d5ebab33ef9a94c08390292fa6838e78e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 12 Jan 2021 21:53:49 +0000 >Subject: [PATCH] Bug 25054: (QA follow-up) Add space after comma for multiple > aliases > >Just a little formatting change to help readability by adding >a space after comma: alias1, alias2, ... > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Catherine Ma <catherinem2003@gmail.com> > >https://bugs.koha-community.org/show_bug.cgi?id=27397 >Signed-off-by: Catherine Ma <catherinem2003@gmail.com> >--- > .../prog/en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index 18091c6157..6547ff3f99 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -193,7 +193,7 @@ a.add, a.delete { > [% END %] > </td> > <td> >- [% search_field.aliases.join(',') | html %] >+ [% search_field.aliases.join(', ') | html %] > </td> > <td> > [% IF search_field.mandatory %] >-- >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 27397
:
115261
|
115289
|
115361
|
118590
|
118809