Bugzilla – Attachment 146072 Details for
Bug 32814
Fix cataloguing/value_builder/callnumber-KU.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32814: Fix cataloguing/value_builder/callnumber-KU.pl
Bug-32814-Fix-cataloguingvaluebuildercallnumber-KU.patch (text/plain), 1.21 KB, created by
Julian Maurice
on 2023-02-03 11:16:30 UTC
(
hide
)
Description:
Bug 32814: Fix cataloguing/value_builder/callnumber-KU.pl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2023-02-03 11:16:30 UTC
Size:
1.21 KB
patch
obsolete
>From c61130d9a61c3dee5d6d029d8f354cd77479bbb6 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 3 Feb 2023 11:58:51 +0100 >Subject: [PATCH] Bug 32814: Fix cataloguing/value_builder/callnumber-KU.pl > >Use event parameter > >This is part of the refactoring happening in bug 30975 > >Test plan: >1. Verify that the plugin continues to work as before >--- > cataloguing/value_builder/callnumber-KU.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cataloguing/value_builder/callnumber-KU.pl b/cataloguing/value_builder/callnumber-KU.pl >index 37b7e16d00..75323c49d9 100755 >--- a/cataloguing/value_builder/callnumber-KU.pl >+++ b/cataloguing/value_builder/callnumber-KU.pl >@@ -46,8 +46,8 @@ my $builder = sub { > my ( $params ) = @_; > my $res=" > <script> >- function Click$params->{id}() { >- var code = document.getElementById('$params->{id}'); >+ function Click$params->{id}(ev) { >+ var code = document.getElementById(ev.data.id); > var url = '../cataloguing/plugin_launcher.pl?plugin_name=callnumber-KU.pl&code=' + code.value; > var req = \$.get(url); > req.done(function(resp){ >-- >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 32814
:
146072
|
146342
|
146755
|
146848