Skip to content

Migrate form-textarea-native-vue in work_item_description.vue

What does this MR do and why?

Migrate usage of deprecated native textarea input in app/assets/javascripts/work_items/components/work_item_description.vue. It must be migrated to GlFormTextarea.

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
work_item_description_conflict_old work_item_description_conflict_new

How to set up and validate locally

  1. Open some project.
  2. Goto Plan -> Issues
  3. Create new Issue.
  4. Add(create) new task to this issue.
  5. Open this task in two browser tabs.
  6. Edit task description in both tabs.
  7. Save description in first tab.
  8. Verify warning message in second tab with updated description example.

Related to #448889 (closed)

Merge request reports