Skip to content

Refactor prop mutation in issue form

Mikhail requested to merge (removed):357830-refactoring into master

This MR replaces the direct prop mutation in app/assets/javascripts/issues/show/components/fields/description_template.vue with the correct logic (emitting an events and setting the value in the parent component).

Additionally, it refactors the component unit test to use VTU.

Related to #357830 (closed)

Edited by Natalia Tepluhina

Merge request reports