Bugzilla – Attachment 65810 Details for
Bug 19049
Fix regression on stage-marc-import with to_marc plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19049 [QA Followup] - Make plugin name first item in description
Bug-19049-QA-Followup---Make-plugin-name-first-ite.patch (text/plain), 1.17 KB, created by
Kyle M Hall (khall)
on 2017-08-10 13:03:22 UTC
(
hide
)
Description:
Bug 19049 [QA Followup] - Make plugin name first item in description
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-08-10 13:03:22 UTC
Size:
1.17 KB
patch
obsolete
>From 098220ab802b3c05ce8c6bc09502cb9c569fdad3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 10 Aug 2017 09:02:37 -0400 >Subject: [PATCH] Bug 19049 [QA Followup] - Make plugin name first item in > description > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index 4f23ce7..3229ea6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -199,7 +199,7 @@ function cbUpload( status, fileid ) { > <option value='ISO2709'>MARC</option> > <option value='MARCXML'>MARCXML</option> > [% FOREACH p IN plugins %] >- <option value="[% p.metadata.class %]">Other formats, handled by plugin [% p.metadata.name %]</option> >+ <option value="[% p.metadata.class %]">[% p.metadata.name %] ( other format via plugin)</option> > [% END %] > </select> > </li> >-- >2.10.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 19049
:
65595
|
65655
|
65656
|
65707
|
65708
|
65797
|
65802
|
65803
|
65804
|
65807
|
65808
|
65809
| 65810 |
65876
|
65877