Skip to content

Initialize VSA custom stages with a transition key

Ezekiel Kigbo requested to merge ek-fix-custom-vsa-transition-group-key into master

What does this MR do?

We recently added animations to the custom value stream form, for these to work each item in the transition group needs a unique key transitionKey, this MR ensures when we switch from the default to template to the a blank template that the new stages receive a transitionKey.

This MR

  • reuses initializeStages when we switch templates to the blank template option
  • adds additional feature specs

Screenshots (strongly suggested)

Before After
Screen_Shot_2021-07-05_at_3.04.17_pm Screen_Shot_2021-07-05_at_3.03.14_pm

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 Ezekiel Kigbo

Merge request reports