Skip to content

Fix filter count on epic board lists

Scott Stern requested to merge ss/fix-epic-board-count into master

What does this MR do?

When epic boards are filtered, this MR fixes the epic count in a board list.

Note: This is branched off of the backend work until its merged into master !63302 (merged)

Resolves frontend of #328875 (closed)

Repro

  1. rails c
  2. Feature.enable(:epic_boards)
  3. Go to groups -> epics -> boards
  4. Filter the board
  5. Notice the board list header reflects correct counts after filtering and on reload when url has filters already applied

Screenshots (strongly suggested)

2021-06-07_14.49.56

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Scott Stern

Merge request reports