Bugzilla – Attachment 51885 Details for
Bug 16613
MARC 09X Field Help Links are Broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-created patch, adds 2 lines of JS
marc_09x_help.patch (text/plain), 1.13 KB, created by
Eric Phetteplace
on 2016-05-27 17:19:03 UTC
(
hide
)
Description:
git-created patch, adds 2 lines of JS
Filename:
MIME Type:
Creator:
Eric Phetteplace
Created:
2016-05-27 17:19:03 UTC
Size:
1.13 KB
patch
obsolete
>From 97532a923b07e4a225b997e40125b215fbe3ab27 Mon Sep 17 00:00:00 2001 >From: phette23 <phette23@gmail.com> >Date: Fri, 27 May 2016 10:13:14 -0700 >Subject: [PATCH] fix MARC 09X help links > >cataloging module UI >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >index 87f5360..2f2a1c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >@@ -163,6 +163,8 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > [% IF ( marcflavour == 'MARC21' ) %] > if ( tag == '000' ) { > return "http://www.loc.gov/marc/bibliographic/bdleader.html"; >+ } else if ( tag >= '090' && tag < '100' ) { >+ return "http://www.loc.gov/marc/bibliographic/bd09x.html"; > } else if ( tag < '900' ) { > return "http://www.loc.gov/marc/bibliographic/bd" + tag + ".html"; > } else { >-- >2.8.3 >
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 16613
:
51885
|
51889
|
52235
|
52237