Skip to content

Add correct link for milestone in issuable

What does this MR do?

After merging in the issuables list refactor to vue, we had a few fast follow issues.

This one ensures in the refactored component when a user clicks on the milestone, it applies the correct filter.

How to verify this feature:

  • rails c
  • Feature.enable(:vue_issuables_list)
  • Go to Groups > Issues List
  • Click on Milestone like shown in the gif.

Screenshots

2019-11-08_15.25.53

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Closes #35448 (closed)

Edited by Scott Stern

Merge request reports