Bugzilla – Attachment 163196 Details for
Bug 36327
Items view - Deletion of items is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36327: Clean-up old unused code that results in error
Bug-36327-Clean-up-old-unused-code-that-results-in.patch (text/plain), 1.25 KB, created by
Pedro Amorim
on 2024-03-15 10:55:38 UTC
(
hide
)
Description:
Bug 36327: Clean-up old unused code that results in error
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-15 10:55:38 UTC
Size:
1.25 KB
patch
obsolete
>From 7a2953e50435855dc64f4476ab2b052f13d7226a Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 15 Mar 2024 10:50:12 +0000 >Subject: [PATCH] Bug 36327: Clean-up old unused code that results in error > >--- > koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js b/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js >index d15fbfa5930..47209ec7fe5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js >@@ -25,9 +25,6 @@ $(document).ready(function(){ > $(edit_link).text( LABEL_EDIT_ITEM ); > var delete_link = $('<a href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&frameworkcode=' + frameworkcode + '&biblionumber=' + biblionumber + '&itemnumber=' + num_rowid + '&searchid=' + searchid + '"></a>'); > $(delete_link).text( LABEL_DELETE_ITEM ); >- $(delete_link).on('click', function() { >- return confirm_deletion(); >- }); > var tools_node = $('<span class="linktools"></span>'); > $(tools_node).append(edit_link); > $(tools_node).append(delete_link); >-- >2.30.2
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 36327
:
163195
|
163196
|
163197
|
163198
|
163228
|
163229
|
163230
|
163231