Bugzilla – Attachment 47509 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: Build result preview after page load
Bug-15358-Build-result-preview-after-page-load.patch (text/plain), 1022 bytes, created by
Nick Clemens (kidclamp)
on 2016-02-01 15:46:58 UTC
(
hide
)
Description:
Bug 15358: Build result preview after page load
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-02-01 15:46:58 UTC
Size:
1022 bytes
patch
obsolete
>From 5ccb3764703ada0e534a00ce50927f27bb4f0575 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 7 Jan 2016 15:11:19 +0100 >Subject: [PATCH] Bug 15358: Build result preview after page load > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 1 + > 1 file changed, 1 insertion(+) > >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 8e46552..5763606 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >@@ -24,6 +24,7 @@ $(document).ready(function(){ > tagslib = []; > $.getJSON("/cgi-bin/koha/authorities/merge_ajax.pl", {frameworkcode : "[% framework %]" }, function(json) { > tagslib = json; >+ rebuild_target($("#tabs"), $("#resultul")); > }); > > $('.preview-merge-reference').click(function (ev) { >-- >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