Bugzilla – Attachment 112357 Details for
Bug 26450
Typo in UNIMARC field 105 plugin template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26450: fix typo in plugin template
Bug-26450-fix-typo-in-plugin-template.patch (text/plain), 2.54 KB, created by
Nick Clemens (kidclamp)
on 2020-10-24 02:08:53 UTC
(
hide
)
Description:
Bug 26450: fix typo in plugin template
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-24 02:08:53 UTC
Size:
2.54 KB
patch
obsolete
>From cb80716bd84005ebc25447236e5ff0ea02c456dc Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >Date: Mon, 14 Sep 2020 09:59:34 +0200 >Subject: [PATCH] Bug 26450: fix typo in plugin template > >The UNIMARC field 105 plugin template contains some dropdown menu >options with unnecessary capitalisation: "w - Religious text". > >This patch fixes that. > >Test plan: apply the patch, and confirm that the dropdown menu >options appear in all lowercase. > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../cataloguing/value_builder/unimarc_field_105.tt | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >index af3d62d604..bedad774ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >@@ -523,9 +523,9 @@ > [% END %] > > [% IF ( f5w ) %] >- <option value="w" selected="selected">w - Religious text</option> >+ <option value="w" selected="selected">w - religious text</option> > [% ELSE %] >- <option value="w">w - Religious text</option> >+ <option value="w">w - religious text</option> > [% END %] > > [% IF ( f5z ) %] >@@ -661,9 +661,9 @@ > [% END %] > > [% IF ( f6w ) %] >- <option value="w" selected="selected">w - Religious text</option> >+ <option value="w" selected="selected">w - religious text</option> > [% ELSE %] >- <option value="w">w - Religious text</option> >+ <option value="w">w - religious text</option> > [% END %] > > [% IF ( f6z ) %] >@@ -798,9 +798,9 @@ > [% END %] > > [% IF ( f7w ) %] >- <option value="w" selected="selected">w - Religious text</option> >+ <option value="w" selected="selected">w - religious text</option> > [% ELSE %] >- <option value="w">w - Religious text</option> >+ <option value="w">w - religious text</option> > [% END %] > > [% IF ( f7z ) %] >@@ -935,9 +935,9 @@ > [% END %] > > [% IF ( f8w ) %] >- <option value="w" selected="selected">w - Religious text</option> >+ <option value="w" selected="selected">w - religious text</option> > [% ELSE %] >- <option value="w">w - Religious text</option> >+ <option value="w">w - religious text</option> > [% END %] > [% IF ( f8z ) %] > <option value="z" selected="selected">z - other</option> >-- >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 26450
:
110034
|
112263
| 112357 |
112358