Bugzilla – Attachment 136314 Details for
Bug 30989
Tags with some special characters are not encoded right
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30989: (QA follow-up) Use uri filter on staff detail page
Bug-30989-QA-follow-up-Use-uri-filter-on-staff-det.patch (text/plain), 1.65 KB, created by
Katrin Fischer
on 2022-06-17 21:30:09 UTC
(
hide
)
Description:
Bug 30989: (QA follow-up) Use uri filter on staff detail page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-06-17 21:30:09 UTC
Size:
1.65 KB
patch
obsolete
>From 0fcc3973a4d414bd9bf98a6fc936ff6b18f165f2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 17 Jun 2022 21:26:55 +0000 >Subject: [PATCH] Bug 30989: (QA follow-up) Use uri filter on staff detail page > >This applies the same fix as the first patch but to the staff >interface detail page. With this fix, a tag like +++ can >be clicked and the tagged records will show. > >To test: >- Tag some records in the staff interface with something like +++ >- Go to the detail page of one of those recods >- Click on the tag >- Verify nothing is found >- Apply patch >- Repeat - all tagged records will show > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 917a7ef246..7c3961bcb0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -131,7 +131,7 @@ > <span class="results_summary"><span class="label">Tags:</span> > [% FOREACH TagLoo IN TagLoop %] > [% IF ( CAN_user_tools_moderate_tags ) %] >- <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term | html %]</a> >+ <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |uri %]">[% TagLoo.term | html %]</a> > [% ELSE %] > [% TagLoo.term | html %] > [% END %] >-- >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 30989
:
136303
|
136311
|
136313
| 136314 |
136317