Bugzilla – Attachment 118706 Details for
Bug 28004
Incomplete breadcrumbs in authorized valued
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28004: Fix breadcrumbs on authorised_values.tt
Bug-28004-Fix-breadcrumbs-on-authorisedvaluestt.patch (text/plain), 1.95 KB, created by
Lucas Gass (lukeg)
on 2021-03-23 23:12:46 UTC
(
hide
)
Description:
Bug 28004: Fix breadcrumbs on authorised_values.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-03-23 23:12:46 UTC
Size:
1.95 KB
patch
obsolete
>From 30df883d5e63c848c7543558a264391c2f99ba61 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 23 Mar 2021 23:08:51 +0000 >Subject: [PATCH] Bug 28004: Fix breadcrumbs on authorised_values.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To Test: > - go to a category with at least one value, see the complete breadcrumb "Home ⺠Administration ⺠Authorized values ⺠Authorized values for category" with link on the 3 first menus > - create a new category / go to an empty category ; see the incomplete breadcrumb "Home ⺠Administration ⺠Authorized values" with link only on the 2 first menus > - Apply patch > - go to category with at least one value, breadcrumbs should look like Home ⺠Administration ⺠Authorized values ⺠Authorized values for category CATEGORY > - got to category with no values, breadcrumbs should look the same as category with values >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index bac32901d2..913e8217ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -30,9 +30,9 @@ > [% IF ( action_modify ) %]Modify authorized value[% END %] > [% IF ( action_add_value ) %]New authorized value[% END %] > [% IF ( action_add_category ) %]New category[% END %] >- [% ELSIF ( loop ) %] >+ [% ELSIF ( loop || searchfield ) %] > <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a> › >- Authorized values for category [% category_name | html %] >+ Authorized values for category [% category.category_name | html %] > [% ELSE %] > Authorized values > [% END %] >-- >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 28004
:
118706
|
118707
|
118807