Fix issue with issue templates in rich text editor
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 |
---|---|
Error no longer happens and template is loaded correctly. |
How to set up and validate locally
- Open the new issue page with query parameter
issuable_template=[Template Name]
. - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #429073 (closed)
Edited by Himanshu Kapoor