Bug 30890: Fixed ILL breadcrumb
authorIsobel Graham <isobel.graham09@gmail.com>
Thu, 1 Sep 2022 11:06:26 +0000 (12:06 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 31 Oct 2022 22:37:43 +0000 (22:37 +0000)
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>
(cherry picked from commit 49577829d969fba34bf6655da4e0356f1f0ec5d2)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt

index d5774b7..982f9bc 100644 (file)
                     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 %]