Bugzilla – Attachment 46437 Details for
Bug 15512
Minor regression caused by Bug 7369 - warn on deleting item not triggered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15512 - Minor regression caused by Bug 7369 - warn on deleting item not triggered
Bug-15512---Minor-regression-caused-by-Bug-7369---.patch (text/plain), 1.96 KB, created by
Marc Véron
on 2016-01-08 14:56:20 UTC
(
hide
)
Description:
Bug 15512 - Minor regression caused by Bug 7369 - warn on deleting item not triggered
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-01-08 14:56:20 UTC
Size:
1.96 KB
patch
obsolete
>From 731d4e60f3094ef03e9ca65599514814060ad423 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 7 Jan 2016 00:27:38 +0000 >Subject: [PATCH] Bug 15512 - Minor regression caused by Bug 7369 - warn on > deleting item not triggered >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1 - Delete an item using the Action menu >2 - There is a js error and no warning box >3 - Apply patch >4 - Delete an item using the action menu >5 - You should get a confirmation box as expected > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index c84cf60..fd0054b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -186,7 +186,7 @@ function confirm_deletion() { > [% IF ( item_loo.countanalytics ) %] > <li><a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&q=% item_loo.itemnumber %]">View analytics</a></li> > [% ELSE %] >- <li><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]&searchid=[% searchid %]" onclick="return_confirm_deletion();">Delete</a></li> >+ <li><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]&searchid=[% searchid %]" onclick="return confirm_deletion();">Delete</a></li> > [% END %] > [% END %] > </ul> >-- >1.7.10.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 15512
:
46378
|
46437
|
46451