Skip to content

Fix missing upvote/downvote counts on Epics list

Kushal Pandya requested to merge kp-add-upvote-downvote-counts-epics-list into master

What does this MR do and why?

With Vue Epics List enabled by default in !77850 (merged), users were unable to see upvote/downvote counts on Epics list, this MR fixes it.

Screenshots or screen recordings

Before After
No Upvote/Downvote Upvote/Downvote

How to set up and validate locally

  1. Open any Epic and upvote/downvote it using 👍 and 👎 buttons.
  2. Visit group epics list page and see if the info about upvote/downvote is shown for the epic within list page.
  3. Visit group epics list page while remaining logged out to see if the vote counts are still visible.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Kushal Pandya

Merge request reports