Bugzilla – Attachment 60354 Details for
Bug 17169
Add facets for ccode to elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17679 - Use CCODE descriptions instead of codes
Bug-17679---Use-CCODE-descriptions-instead-of-code.patch (text/plain), 2.38 KB, created by
Nick Clemens (kidclamp)
on 2017-02-16 14:29:44 UTC
(
hide
)
Description:
Bug 17679 - Use CCODE descriptions instead of codes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-02-16 14:29:44 UTC
Size:
2.38 KB
patch
obsolete
>From f8e9fad61eb5f5083a874ea00455405d7e8a7eb6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 16 Feb 2017 14:26:20 +0000 >Subject: [PATCH] Bug 17679 - Use CCODE descriptions instead of codes > >https://bugs.koha-community.org/show_bug.cgi?id=17169 >--- > koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 2 ++ > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >index 887c38c..ce7f8c5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >@@ -1,3 +1,4 @@ >+[% USE AuthorisedValues %] > [% IF ( opacfacets ) %] > [% IF ( facets_loop ) %] > <div id="search-facets"> >@@ -27,6 +28,7 @@ > [% url = BLOCK %][% url %][% "&sort_by=" _ sort_by |url %][% END %] > [% END %] > [% FOREACH facet IN facets_loo.facets %] >+ [% IF facets_loo.type_label_CollectionCodes %][% SET facet.facet_label_value = AuthorisedValues.GetByCode('CCODE',facet.facet_label_value,0) %][% END %] > <li> > [% IF facet.active %] > [% SET local_url = url _ "&nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index b1505b7..e55a42a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -1,3 +1,4 @@ >+[% USE AuthorisedValues %] > [% IF ( opacfacets && facets_loop && total ) %] > <div id="search-facets"> > <h4><a href="#" class="menu-collapse-toggle">Refine your search</a></h4> >@@ -36,6 +37,7 @@ > [% url = BLOCK %][% url %][% "&sort_by=" _ sort_by |url %][% END %] > [% END %] > [% FOREACH facet IN facets_loo.facets %] >+ [% IF facets_loo.type_label_CollectionCodes %][% SET facet.facet_label_value = AuthorisedValues.GetByCode('CCODE',facet.facet_label_value,1) %][% END %] > <li> > [% IF facet.active %] > [% SET local_url = url _ "&nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %] >-- >2.1.4
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 17169
:
56141
|
59946
|
59947
|
60354
|
60664
|
60741
|
60890
|
60891
|
60892