Bugzilla – Attachment 178413 Details for
Bug 39178
ILL table does not render when viewing requests of a batch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39178: Fix table naming
Bug-39178-Fix-table-naming.patch (text/plain), 1.53 KB, created by
Owen Leonard
on 2025-02-20 13:33:44 UTC
(
hide
)
Description:
Bug 39178: Fix table naming
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-20 13:33:44 UTC
Size:
1.53 KB
patch
obsolete
>From 8443983b48f7ddd119e8c70716e77875764dba4a Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 20 Feb 2025 12:50:18 +0000 >Subject: [PATCH] Bug 39178: Fix table naming > >To test: >1) Enabled ILLModule >2) Install a metadat enrichment plugin .e.g: > https://github.com/PTFS-Europe/koha-plugin-api-pubmed/releases/tag/1.1.1 >3) Visit ILL requests: > http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl >4) Click 'New ILL requests batch' and pick 'Standard' >5) Enter a name 'test', a cardnumber '42' and any library >6) Click "Continue", enter '123' on the identifiers textarea on the > right. >7) Click "Process identifiers" >8) Click "Add items to batch" >9) Click "Finish and view batch" >10) No table is rendered >11) Apply patch. Repeat. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc >index 5d96eb65377..bf314c26e10 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc >@@ -2,7 +2,7 @@ > [% IF patron.borrowernumber %] > [% table_id = 'ill-requests-patron-' _ patron.borrowernumber %] > [% ELSIF batch.id %] >- [% table_id = 'ill-requests-patron-' _ batch.id %] >+ [% table_id = 'ill-requests-batch-' _ batch.id %] > [% END %] > <table id="[% table_id | html %]"> > <thead> >-- >2.39.5
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 39178
:
178405
|
178413
|
178453