https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14233 --- Comment #109 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Martin Renvoize from comment #108)
Comment on attachment 119315 [details] [review] Bug 14233: Select the correct tab
Review of attachment 119315 [details] [review]: -----------------------------------------------------------------
::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ +340,4 @@
<a href="/cgi-bin/koha/authorities/detail.pl?authid=[% loopro.object | uri %]" title="Display detail for this authority">Authority [% loopro.object | html %]</a> [% ELSIF ( loopro.module == 'NOTICES' ) %] [% IF ( loopro.notice ) %] + <a href="/cgi-bin/koha/tools/letter.pl?op=add_form&branchcode=[% loopro.notice.branchcode | uri %]&module=[% loopro.notice.module | uri %]&code=[% loopro.notice.code | uri %]#lang_[% loopro.notice.lang | uri %]">Notice [% loopro.notice.title | html %] ([% loopro.notice.code | html %])</a>
I don't understand this change. & => #
if you are editing es-ES, on the log viewer the link was not redirecting you the the letter.pl es-ES tab, but the default one instead -- You are receiving this mail because: You are watching all bug changes.