Skip to content

Fix work item checklist items

What does this MR do and why?

Fixes a bug where checklist items couldn't be checked/unchecked.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
check check2

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable FF
    Feature.enable(:work_items_beta)
  2. Create or open a task (Issue > Add new task)
  3. Add a checklist to the description and save
  4. Check a checklist item

Related to #448914 (closed)

Edited by Nick Leonard

Merge request reports