Bugzilla – Attachment 66467 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.31 KB, created by
Marcel de Rooy
on 2017-08-25 09:41:44 UTC
(
hide
)
Description:
Bug 17288 (QA Followup)
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-08-25 09:41:44 UTC
Size:
1.31 KB
patch
obsolete
>From fc56bf9986cc1275c9e823679c5a09d602a43089 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) >Content-Type: text/plain; charset=utf-8 > > Don't default char 5 (is undefined in some forms) > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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