Skip to content

Fix: preserve HTML structure in Change and Problem description#66

Closed
Rom1-B wants to merge 1 commit into
10.0/bugfixesfrom
support_43284b
Closed

Fix: preserve HTML structure in Change and Problem description#66
Rom1-B wants to merge 1 commit into
10.0/bugfixesfrom
support_43284b

Conversation

@Rom1-B
Copy link
Copy Markdown

@Rom1-B Rom1-B commented May 19, 2026

Checklist before requesting a review

  • I have performed a self-review of my code.
  • I have added tests (when available) that prove my fix is effective or that my feature works.
  • I have updated the CHANGELOG with a short functional description of the fix or new feature.
  • This change requires a documentation update.

Description

  • It fixes !43955
  • The description field (content) of Changes and Problems was passed through Toolbox::stripTags() before rendering, which removed all HTML structure generated by the rich text editor (paragraphs, lists, headings). The result was one undivided text block. Removing the strip call lets displayText() process the HTML natively via RichText::getEnhancedHtml().

Screenshots (if appropriate):

@Rom1-B Rom1-B closed this May 19, 2026
@Rom1-B Rom1-B deleted the support_43284b branch May 19, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant