Skip to content

Fix EpicToken rendering and filtering

Kushal Pandya requested to merge kp-fix-epic-token-render-and-filtering into master

What does this MR do?

This MR fixes following issues with epic_token.vue used for Vue Epics List and Vue Issues List (both features currently behind feature flag).

  • Fixes an issue in Vue Epics List where rendering list of values for token Epic leads to duplicate keys console error when you have epics from child groups.
  • Fixes a bug where epic from child group fails to fetch when you select it from the dropdown list for Epic token.

Screenshots (strongly suggested)

This MR doesn't change anything visually as both are bugs that happen behind the scenes.

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

Merge request reports