Bugzilla – Attachment 73854 Details for
Bug 18904
Advanced editor - Rancor - Add authority support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18904: Remove debugging code
Bug-18904-Remove-debugging-code.patch (text/plain), 1.25 KB, created by
Marcel de Rooy
on 2018-04-09 11:15:39 UTC
(
hide
)
Description:
Bug 18904: Remove debugging code
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-04-09 11:15:39 UTC
Size:
1.25 KB
patch
obsolete
>From 150fc81d56529b2a7b42900968f6e267a0fe5a4e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 27 Oct 2017 11:17:09 +0000 >Subject: [PATCH] Bug 18904: Remove debugging code >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js >index 6343f5e..ca547ec 100644 >--- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js >+++ b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js >@@ -171,7 +171,7 @@ define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], > if ( !field ) return; > if ( authInfo[field.tag] == undefined ) return; > authtype = authInfo[field.tag].authtypecode; >- index = 'rancor';//+field.line+'|'+field.tag; >+ index = 'rancor'; > var mainmainstring = ''; > if( field.getSubfields( authInfo[field.tag].subfield ).length != 0 ){ > mainmainstring += field.getSubfields( authInfo[field.tag].subfield )[0].text; >-- >2.1.4
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 18904
:
64859
|
64860
|
65144
|
65145
|
65863
|
65864
|
65865
|
65866
|
68678
|
68679
|
68680
|
68681
|
71747
|
71748
|
71749
|
71750
|
71751
|
72920
|
73693
|
73694
|
73695
|
73696
|
73697
|
73766
|
73767
|
73768
|
73769
|
73770
|
73771
|
73851
|
73852
|
73853
| 73854 |
73855
|
73856
|
73857
|
74023
|
74055