Skip to content

Fix issue with issue templates in rich text editor

Himanshu Kapoor requested to merge 429073-issue-templates-fix into master

What does this MR do and why?

Fix issue with issue templates in rich text editor

Fix an issue where rich text editor fails to load correctly if the template is provided in the URL query params.

Changelog: fixed

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image.png Error no longer happens and template is loaded correctly.

How to set up and validate locally

  1. Open the new issue page with query parameter issuable_template=[Template Name].
  2. Note that the template is populated correctly.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #429073 (closed)

Edited by Himanshu Kapoor

Merge request reports