[Koha-bugs] [Bug 29602] We must be nicer with translators

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 22:40:46 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602

--- Comment #95 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
(In reply to Victor Grousset/tuxayo from comment #89)
> The QA script complained about some existing missing filters. It's not from
> the patch

Actually they are new from the patch. And find-missing-filters.t is failing
because of that. It's when changing the way of displaying the item link using
KohaSpan.

from:

Item with barcode <a
href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% m.biblionumber |
uri %]&itemnumber=[% m.itemnumber | uri %]">[% m.barcode | html %]</a> cannot
be deleted:

to:

[% item_link = BLOCK %]<a
href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% m.biblionumber |
uri %]&itemnumber=[% m.itemnumber | uri %]">[% m.barcode | html %]</a>[% END %]

<span>Item with barcode [% item_link | $KohaSpan%] cannot be deleted:</span>

--------

Actually it's a false positive because when assigning item_link, variables
already go though a filter. Anyway to make the check happy which filter to use?
raw?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list