Bugzilla – Attachment 110034 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.43 KB, created by
Andreas Roussos
on 2020-09-14 08:04:23 UTC
(
hide
)
Description:
Bug 26450: fix typo in plugin template
Filename:
MIME Type:
Creator:
Andreas Roussos
Created:
2020-09-14 08:04:23 UTC
Size:
2.43 KB
patch
obsolete
>From 3d14636d62eed23b3aff9433003d8e69977b47c8 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. >--- > .../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