Bugzilla – Attachment 99091 Details for
Bug 24530
Show the number of title notes in the tab label on the OPAC detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24530: (QA follow-up) Add missing filter
Bug-24530-QA-follow-up-Add-missing-filter.patch (text/plain), 1.57 KB, created by
Marcel de Rooy
on 2020-02-17 14:07:20 UTC
(
hide
)
Description:
Bug 24530: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-02-17 14:07:20 UTC
Size:
1.57 KB
patch
obsolete
>From b9eedf8cc96c3621a753164ae8e588387fe81567 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 17 Feb 2020 14:05:20 +0000 >Subject: [PATCH] Bug 24530: (QA follow-up) Add missing filter >Content-Type: text/plain; charset=utf-8 > >Jenkins is complaining about a missing filter: >xt/find-missing-filters.t, koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt line 573 > >The variable is just filled in the template but lets make Jenkins happy. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index f0e06a78a9..9961b4d1e3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -570,7 +570,7 @@ > [% SET title_notes_count = 1 %] > [% END %] > [% IF SYNDETICS_SUMMARY %][% SET title_notes_count = title_notes_count + 1 %][% END %] >- <li id="tab_descriptions"> <a href="#descriptions">Title notes ( [% title_notes_count %] )</a></li> >+ <li id="tab_descriptions"> <a href="#descriptions">Title notes ( [% title_notes_count | html %] )</a></li> > [% END %] > [% IF ( SYNDETICS_TOC ) %] > <li id="tab_toc"> <a href="#toc">TOC</a></li> >-- >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 24530
:
98084
|
98356
|
98635
|
98992
|
98993
| 99091