Bugzilla – Attachment 97437 Details for
Bug 24423
Broken link to return to record after batch item modification or deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24423: Fix for deletion - cleanup accidental debug inclusiopm
Bug-24423-Fix-for-deletion---cleanup-accidental-de.patch (text/plain), 1.81 KB, created by
Nick Clemens (kidclamp)
on 2020-01-16 11:39:29 UTC
(
hide
)
Description:
Bug 24423: Fix for deletion - cleanup accidental debug inclusiopm
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-01-16 11:39:29 UTC
Size:
1.81 KB
patch
obsolete
>From 8a88481d2cfc84af3917c10db6bb0c5c8408e68d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 16 Jan 2020 11:34:07 +0000 >Subject: [PATCH] Bug 24423: Fix for deletion - cleanup accidental debug > inclusiopm > >To test: >Repeat prior test plan with 'Delete selected' >--- > Koha/SearchEngine/Elasticsearch/Search.pm | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/SearchEngine/Elasticsearch/Search.pm b/Koha/SearchEngine/Elasticsearch/Search.pm >index ebf5d242c1..635d6b5687 100644 >--- a/Koha/SearchEngine/Elasticsearch/Search.pm >+++ b/Koha/SearchEngine/Elasticsearch/Search.pm >@@ -93,7 +93,6 @@ sub search { > $page = (!defined($page) || ($page <= 0)) ? 0 : $page - 1; > $query->{from} = $page * $query->{size}; > } >- warn Data::Dumper::Dumper( $query ); > my $elasticsearch = $self->get_elasticsearch(); > my $results = eval { > $elasticsearch->search( >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 2e4f5d9412..50b2ac9d66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -888,6 +888,7 @@ Note that permanent location is a code, and location may be an authval. > if (itemnumbers.length > 0) { > var url = '/cgi-bin/koha/tools/batchMod.pl?op=show&del=1'; > url += '&itemnumber=' + itemnumbers.join('&itemnumber='); >+ url += '&biblionumber=[% biblionumber | uri %]'; > url += '&src=CATALOGUING'; > $('a.itemselection_action_delete').attr('href', url); > } else { >-- >2.11.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 24423
:
97398
|
97405
|
97406
|
97435
|
97437
|
97475