https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39638 Bug ID: 39638 Summary: Notice display modal should respect 'email' message transport type Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org Depends on: 39410 So, we got another step closer to displaying accurate renders of generated notices in a modal from the user notices pages with bug 39410.. However, whilst this properly dissociates the stylesheets used in the staff client from the notice preview modal using shadow DOM.. it does not yet mimic the escaping and reduced function set of HTML that email clients use to render mail. We should consider message transport type when rendering the display and for email type notices, we should parse them in the same way an email client would. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39410 [Bug 39410] Notice display modal should use shadow dom -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.