Bugzilla – Attachment 63061 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]
[SIGNED-OFF] Bug 17288 (QA Followup)
SIGNED-OFF-Bug-17288-QA-Followup.patch (text/plain), 1.23 KB, created by
Josef Moravec
on 2017-05-04 09:35:48 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17288 (QA Followup)
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-04 09:35:48 UTC
Size:
1.23 KB
patch
obsolete
>From 03d3494c3fa5f7ba4de20fe68bf52f39a0a53d87 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 27 Sep 2016 14:02:55 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 17288 (QA Followup) > > Don't default char 5 (is undefined in some forms) > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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