https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35185
Bug ID: 35185
Summary: Remove is_html flag from sample notices for text
notices
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Notices
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
We have a few notices that are not formatted using HTML tags, but are still
marked as "is_html". This will cause issues with line breaks.
Example:
- module: members
code: 2FA_OTP_TOKEN
branchcode: ""
name: "two-authentication step token"
is_html: 1
title: "Two-authentication token"
message_transport_type: email
lang: default
content:
- "Dear [% borrower.firstname %] [% borrower.surname %] ([%
borrower.cardnumber %])"
- ""
- "Your authentication token is [% otp_token %]."
- "It is valid one minute."
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/