Bugzilla – Attachment 71751 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.16 KB, created by
Nick Clemens (kidclamp)
on 2018-02-16 13:16:12 UTC
(
hide
)
Description:
Bug 18904 - Remove debugging code
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-02-16 13:16:12 UTC
Size:
1.16 KB
patch
obsolete
>From a5cdf066bc9ff678fef0fc22dce0421abb6ffafb 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 > >--- > 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