Bugzilla – Attachment 38319 Details for
Bug 11064
batch import ignoring framework choice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11064: Hide the framework choice when importing biblio
Bug-11064-Hide-the-framework-choice-when-importing.patch (text/plain), 1.66 KB, created by
Jonathan Druart
on 2015-04-22 10:54:18 UTC
(
hide
)
Description:
Bug 11064: Hide the framework choice when importing biblio
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-22 10:54:18 UTC
Size:
1.66 KB
patch
obsolete
>From 2942a9e958f280b8490c4ae8d4b08459f79718f1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 22 Apr 2015 12:51:38 +0200 >Subject: [PATCH] Bug 11064: Hide the framework choice when importing biblio > >This choice is ignored, it's preferable to hide it. > >Test plan: >0/ Before to apply the patch, confirm the issue >1/ Stage some records for import and on the detail of the batch >(/tools/manage-marc-import.pl?import_batch_id=XXX), confirm the >framework dropdown list does not appear anymore. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index 0b10962..3a7a6b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -342,6 +342,8 @@ $(document).ready(function(){ > <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" onclick="return submitBackgroundJob(this.form);" /> > <br/> > [% IF ( record_type != 'auth' ) %] >+ [%# FIXME This does not work, the submitBackgroundJob function does not take arguments %] >+ <!-- > Add new bibliographic records into this framework: > <select name="framework" id="frameworks"> > <option value="">Default</option> >@@ -349,6 +351,7 @@ $(document).ready(function(){ > <option value="[% framework.value %]">[% framework.label %]</option> > [% END %] > </select> >+ --> > [% END %] > </fieldset> > </form> >-- >2.1.0
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 11064
:
38319
|
39052