Bugzilla – Attachment 157363 Details for
Bug 35093
ILL table is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35093: Update batch to ill_batch embed
Bug-35093-Update-batch-to-illbatch-embed.patch (text/plain), 1.13 KB, created by
Lucas Gass (lukeg)
on 2023-10-18 23:09:26 UTC
(
hide
)
Description:
Bug 35093: Update batch to ill_batch embed
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-10-18 23:09:26 UTC
Size:
1.13 KB
patch
obsolete
>From d689c289313f87208e0cf8485ded515895923aed Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 18 Oct 2023 15:30:50 +0000 >Subject: [PATCH] Bug 35093: Update batch to ill_batch embed > >Test plan: > >Install FreeForm and enable ILLmodule, run: >bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) > >Visit /cgi-bin/koha/ill/ill-requests.pl > >Notice the table now renders correctly > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index f6255f74e7c..43f085db82f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -195,7 +195,7 @@ $(document).ready(function() { > 'biblio', > 'comments+count', > 'extended_attributes', >- 'batch', >+ 'ill_batch', > 'library', > 'id_prefix', > 'patron' >-- >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 35093
:
157337
|
157363
|
157419