Bugzilla – Attachment 140280 Details for
Bug 30890
ILL breadcrumbs are wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30890: Fixed ILL breadcrumb
Bug-30890-Fixed-ILL-breadcrumb.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2022-09-07 13:02:06 UTC
(
hide
)
Description:
Bug 30890: Fixed ILL breadcrumb
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-09-07 13:02:06 UTC
Size:
1.47 KB
patch
obsolete
>From 274b639b2ffd298c21c72de9a4558b569d421820 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Sep 2022 12:06:26 +0100 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index c27fe0e1a4..93f443f876 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -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 %] >-- >2.30.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 30890
:
140037
|
140277
| 140280