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> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
997262f6fe
commit
6895af827a
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue