Bugzilla – Attachment 130873 Details for
Bug 28782
Get rid of custom query param list creation for request.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28782: (QA follow-up) Fix missing filter
Bug-28782-QA-follow-up-Fix-missing-filter.patch (text/plain), 1.40 KB, created by
Nick Clemens (kidclamp)
on 2022-02-18 16:21:19 UTC
(
hide
)
Description:
Bug 28782: (QA follow-up) Fix missing filter
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-02-18 16:21:19 UTC
Size:
1.40 KB
patch
obsolete
>From 54a03d31e88415006d8e6b6aff7db6639f4d27ad Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 18 Feb 2022 16:19:23 +0000 >Subject: [PATCH] Bug 28782: (QA follow-up) Fix missing filter > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 08dac8d2e3..b7e81156b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1492,7 +1492,7 @@ > let link; > if(cancel_link.data('bulk')) { > [% SET data_url = 'biblionumber=' _ biblionumbers.join('&biblionumber=') %] >- link = `request.pl?[% data_url %]&action=cancelBulk&ids=${$('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id')).join(',')}`; >+ link = `request.pl?[% data_url | uri %]&action=cancelBulk&ids=${$('.holds_table .select_hold:checked').toArray().map(el => $(el).data('id')).join(',')}`; > } else { > let borrowernumber = cancel_link.data('borrowernumber'); > let biblionumber = cancel_link.data('biblionumber'); >-- >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 28782
:
123286
|
123287
|
123313
|
124510
|
124521
|
127112
|
127208
|
127209
|
129939
|
129940
|
129941
|
129942
|
130663
|
130664
|
130868
|
130869
|
130870
|
130871
|
130872
|
130873
|
130894
|
130895
|
130938
|
130939
|
130940
|
130941
|
130942
|
130943
|
131349
|
131350
|
131351
|
131352
|
131353
|
131354