[Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 2 16:49:09 CEST 2018


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

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Test plan:
- Confirm that the new tests pass. That should be enough to confirm this change
make sense.

Test plan (manual):
- Create a biblio with a title ending with a punctuation (like
"with_punctuation_"), or any other fields of biblio/biblioitem
- Generate a notice which will display this field (CHECKIN for instance)

Use the historical syntax and the TT syntax, both should display the title
without the punctuation character at the end

CHECKIN historical:
The following items have been checked in:
----
<<biblio.title>>
----

CHECKIN TT syntax:
The following items have been checked in:
----
[% biblio.title %]
----

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


More information about the Koha-bugs mailing list