Bugzilla – Attachment 47510 Details for
Bug 15358
merge.pl does not populate values to merge
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15358: Authorities merge - submit only result record
Bug-15358-Authorities-merge---submit-only-result-r.patch (text/plain), 1.12 KB, created by
Nick Clemens (kidclamp)
on 2016-02-01 15:47:03 UTC
(
hide
)
Description:
Bug 15358: Authorities merge - submit only result record
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-02-01 15:47:03 UTC
Size:
1.12 KB
patch
obsolete
>From 2757c93b9ec6830e1c757b330428168548cfb466 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 12 Jan 2016 13:50:08 +0100 >Subject: [PATCH] Bug 15358: Authorities merge - submit only result record > >This patch removes parts of form that should not be submitted just >before submit. The same is done on biblio merge. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >index 5763606..a029c3e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >@@ -15,9 +15,8 @@ div#result { margin-top: 1em; } > > // When submiting the form > function mergeformsubmit() { >- $("ul#ulrecord1").remove(); >- $("ul#ulrecord2").remove(); >-} >+ $('#tabs').remove(); >+ } > > $(document).ready(function(){ > // Getting marc structure via ajax >-- >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 15358
:
45666
|
45767
|
46343
|
46393
|
46531
|
46651
|
46652
|
46653
|
47508
|
47509
|
47510
|
47537
|
47538
|
47539
|
47543
|
47640
|
47641
|
48155