Bugzilla – Attachment 170309 Details for
Bug 37309
Improve delete and modify items links on the bibliographic detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37309: Adjustment for 33526
Bug-37309-Adjustment-for-33526.patch (text/plain), 1.16 KB, created by
Jonathan Druart
on 2024-08-14 09:13:06 UTC
(
hide
)
Description:
Bug 37309: Adjustment for 33526
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-08-14 09:13:06 UTC
Size:
1.16 KB
patch
obsolete
>From f554a14d9555ec890011df8c34bb1c09531b8fec Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 14 Aug 2024 11:09:55 +0200 >Subject: [PATCH] Bug 37309: Adjustment for 33526 > >--- > .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 03f248234c4..7c6d1d3fc55 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -98,7 +98,8 @@ > function _itemSelectionBuildLink(tab_id, link_class) { > > let itemnumbers = items_selection[tab_id]; >- let form = $("#" + tab_id).find(link_class); >+ let tab = $("#" + tab_id + "_panel" ); >+ let form = tab.find(link_class); > $(form).find("input[name='itemnumber']").remove(); > > $(itemnumbers).each(function() { >-- >2.34.1
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 37309
:
168777
|
168797
|
168798
|
168799
|
168802
|
168844
|
168845
|
168846
|
168847
|
168848
|
170307
| 170309 |
170700