Skip to content

Use default number of participants in work item sidebar widget

Chad Lavimoniere requested to merge 479636-ui-bug-participants-widget into master

What does this MR do and why?

The default of the widget component is 8, which is the desired number, but for some reason that was being overridden to show 10.

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
image image

How to set up and validate locally

  1. Check out this branch
  2. Make sure you are using work item epics in the GDK
  3. On an epic, @ mention at least 9 other users (so that there are 10+ total participants)
  4. You will see that only the first 8 participants show, and the rest are truncated into a +x more

Related to #479636 (closed), #469616

Merge request reports