Bugzilla – Attachment 39052 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]
[SIGNED-OFF] Bug 11064: Hide the framework choice when importing biblio
SIGNED-OFF-Bug-11064-Hide-the-framework-choice-whe.patch (text/plain), 1.83 KB, created by
Bernardo Gonzalez Kriegel
on 2015-05-11 18:34:35 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11064: Hide the framework choice when importing biblio
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-05-11 18:34:35 UTC
Size:
1.83 KB
patch
obsolete
>From deb6974fe32609d1e56bde7a9aa4828039b86a3b 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] [SIGNED-OFF] 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. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Woks as described, no more dropdown. >As stated, is not a fix, only hide the option. >No koha-qa errors >--- > .../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> >-- >1.7.9.5
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