Bugzilla – Attachment 55842 Details for
Bug 17288
Advanced Editor - Rancor - Helpers for 006 and 007 fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17288 (QA Followup)
Bug-17288-QA-Followup.patch (text/plain), 1.16 KB, created by
Nick Clemens (kidclamp)
on 2016-09-27 14:04:24 UTC
(
hide
)
Description:
Bug 17288 (QA Followup)
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-09-27 14:04:24 UTC
Size:
1.16 KB
patch
obsolete
>From 5f223d71d5380ccf0ad22016f68a2bf3dcb0a21d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 27 Sep 2016 14:02:55 +0000 >Subject: [PATCH] Bug 17288 (QA Followup) > > Don't default char 5 (is undefined in some forms) >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc >index 9f8b19d..aab9014 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc >@@ -142,7 +142,7 @@ require( [ 'widget' ], function( Widget ) { > Widget.Register( '006@', { > makeTemplate: function() { > var now = new Date(); >- return "a g "; >+ return "a "; > }, > init: function() { > var $result = $( '<span class="subfield-widget fixed-widget">' + _("Fixed data:") + '<span class="hint widget-loading">' + _("Loading...") + '</span></span>' ); >-- >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 17288
:
55454
|
55548
|
55842
|
55854
|
55855
|
63059
|
63060
|
63061
|
63062
|
66465
|
66466
|
66467
|
66468