Skip to content

Migrate deprecated native textarea in timeline_events_form.vue

Taras Tadai requested to merge 448478-migrate-native-textarea-in-timeline into master

What does this MR do and why?

Migrate deprecated textarea to GlFormTextarea in app/assets/javascripts/issues/show/components/incidents/timeline_events_form.vue.

It's a part of Pajamas adoption project

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
timeline_text_old timeline_text_new

How to set up and validate locally

  1. Open some project.
  2. Goto Plan -> Issues and create new Issue(with Incident type).
  3. Switch to Timeline tab and create new timeline event.
  4. Verify Timeline text component.

Covered by spec/features/incidents/incident_timeline_events_spec.rb

Related to #448478 (closed)

Edited by Taras Tadai

Merge request reports