[Koha-bugs] [Bug 35185] New: Remove is_html flag from sample notices for text notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 29 16:15:22 CET 2023


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: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list