Skip to content

Fix `fetchGroupEpics` exported as Vuex action but doesn't follow API

What does this MR do?

This MR fixes an issue raised in a previous MR review.

fetchGroupEpics is an extracted function used by a couple of functions in store/actions.js. It was exported which implies it can be dispatched as a Vuex action, but this is not the case. This MR fixes this by making fetchGroupEpics a "private" function within its actions.js file

Issue: #212984 (closed)

Screenshots

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 #212984 (closed)

Edited by Coung Ngo

Merge request reports