Skip to content

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

Taras Tadai requested to merge 448888-migrate-textarea-in-work-item into master

What does this MR do and why?

Migrate usage of deprecated native textarea input in app/assets/javascripts/work_items/components/notes/work_item_add_note.vue. It must be migrated to GlFormTextarea but in this case we have an existing Vue component.

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_reply_placeholder_old work_item_reply_placeholder_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.
  6. Add comment to task.
  7. Reply to above comment.
  8. Verify Reply... field.

Related to #448888 (closed)

Edited by Taras Tadai

Merge request reports