[Koha-bugs] [Bug 33167] Cleanup staff record details page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 22 15:18:56 CEST 2023


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

--- Comment #23 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am also stumbling on this change:

                    [% IF ( itemdata_itemnotes ) %]
                        <td><div class="itemnotes">[%
item.object.itemnotes.replace('\n','<br />') | $raw %]</div></td>
                    [% END %]
                    [% IF itemdata_nonpublicnotes %]
                        <td class="nonpublicnote">[% item.itemnotes_nonpublic |
html %]</td>
                    [% END %]

Why do this for the one note and not the other? It was also not there before
and we allow HTML in this field. It seems counterintiuitive to allow both <br>
and manual line breaks maybe. But: Not a blocker for me.

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


More information about the Koha-bugs mailing list