Bug 30890: Fixed ILL breadcrumb

Added correct breadrumb depth when managing requests.

1. Viewing a request on a ILL request page
2. Making sure the breadcrumb has three depths
   and the manage requests has the correct
   request id

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Isobel Graham 2022-09-01 12:06:26 +01:00 committed by Tomas Cohen Arazi
parent 9a92ee3194
commit 49577829d9
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -32,13 +32,13 @@
New request
</a>
</li>
[% ELSIF query_type == 'status' %]
[% ELSIF query_type == 'illview' %]
<li>
<a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a>
</li>
<li>
<a href="#" aria-current="page">
Status
Manage request [% request.id_prefix _ request.illrequest_id | html %]
</a>
</li>
[% ELSE %]