Bugzilla – Attachment 79490 Details for
Bug 20995
Add request ID to OPAC ILL requests display table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20995: Add Request ID to table and request view
Bug-20995-Add-Request-ID-to-table-and-request-view.patch (text/plain), 2.59 KB, created by
PTFS Europe Sandboxes
on 2018-09-27 12:31:32 UTC
(
hide
)
Description:
Bug 20995: Add Request ID to table and request view
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2018-09-27 12:31:32 UTC
Size:
2.59 KB
patch
obsolete
>From 05ebf1f581a2e1d5a99f939a0926fd64c212141c Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Tue, 26 Jun 2018 11:36:33 +0100 >Subject: [PATCH] Bug 20995: Add Request ID to table and request view > >This patch adds the display of Request ID to the OPAC views of all a >user's requests and the individual request. > >To test: > >1) Ensure you have ILL enabled >2) Log into the OPAC as a user with at least one request >3) Go to the "your interlibrary loan requests" page >4) TEST: Ensure that Request ID is displayed as the first column in the >table >5) Click the "View" button on a request >6) TEST: Ensure that Request ID is displayed along with all the other >request information > >Signed-off-by: mmg@interleaf.ie >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index 6f6d749ac2..223dcf630e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -110,6 +110,7 @@ > <table id="illrequestlist" class="table table-bordered table-striped"> > <thead> > <tr> >+ <th>Request ID</th> > <th>Author</th> > <th>Title</th> > <th>Requested from</th> >@@ -124,6 +125,7 @@ > [% FOREACH request IN requests %] > [% status = request.status %] > <tr> >+ <td>[% request.id %]</td> > <td>[% request.metadata.Author || 'N/A' %]</td> > <td>[% request.metadata.Title || 'N/A' %]</td> > <td>[% request.backend %]</td> >@@ -147,6 +149,10 @@ > <legend id="library_legend">Details from library</legend> > <ol> > <li> >+ <label for="request_id">Request ID:</label> >+ [% request.id %] >+ </li> >+ <li> > <label for="backend">Requested from:</label> > [% request.backend %] > </li> >-- >2.11.0
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 20995
:
76431
|
79490
|
80050
|
80058
|
80059
|
80069
|
80070
|
80074
|
80075
|
80727