Skip to content

Remove the `canEditStages` property from VSA

What does this MR do?

This MR removes the canEditStages property from https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/assets/javascripts/analytics/cycle_analytics/components/stage_table_nav.vue#L36 and https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue#L284

We always passed true as property value, therefore the property becomes obsolete, see !31189 (comment 337913871) for more details

Screenshots

N/A

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

Edited by Martin Wortschack

Merge request reports