Fix emojis on group work item page
What does this MR do and why?
Fix emojis on group work item page #428204 (closed)
This MR is part of adding work items at the group-level (#393240 (closed))
Behind feature flag namespace_level_work_items
Screenshots or screen recordings
Before | After |
---|---|
Screen_Recording_2023-10-25_at_11.22.15_am | Screen_Recording_2023-10-25_at_11.22.35_am |
How to set up and validate locally
- In rails console
Feature.enable(:namespace_level_work_items)
- Visit any work items list page for a paid subscription group such as
http://127.0.0.1:3000/groups/flightjs/-/work_items
- Create an epic
- Click on created epic and confirm you can add/remove emojis without errors
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #428204 (closed)
Edited by Coung Ngo