Bugzilla – Attachment 166994 Details for
Bug 36904
ILL error when searching from table search input
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36904: Fix batch->ill_batch
Bug-36904-Fix-batch-illbatch.patch (text/plain), 1.48 KB, created by
David Nind
on 2024-05-21 22:44:47 UTC
(
hide
)
Description:
Bug 36904: Fix batch->ill_batch
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-21 22:44:47 UTC
Size:
1.48 KB
patch
obsolete
>From b759bc6551f21a78a3ea344b1e3d2bb6f811413a Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 21 May 2024 09:13:49 +0000 >Subject: [PATCH] Bug 36904: Fix batch->ill_batch > >This was missed when renaming follow-ups were added to bug 30719 > >1) Enable ILL, install FreeForm and checkout the current compatible branch with main > bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) > cd /kohadevbox/koha/Koha/Illbackends/FreeForm > git checkout reorganize_ILL >2) Visit ILL module: > http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl >3) Type whatever search in the tiny 'Search' input box directly above the table >4) Notice you get an error. Apply patch. Repeat. > >Signed-off-by: David Nind <david@davidnind.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 8cf93d1baa..8138ca5dd7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -231,7 +231,7 @@ $(document).ready(function() { > } > }, > { >- "data": "batch.name", // batch >+ "data": "ill_batch.name", // batch > "orderable": false, > "render": function(data, type, row, meta) { > return row.ill_batch ? >-- >2.39.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 36904
:
166953
|
166954
|
166994
|
167121