Skip to content

Fixes Web IDE not loading merge request files

What does this MR do?

Fixes Web IDE not loading files in merge request review mode. This was caused when switching tabs removed previous merge request data in turn removing data about versions which we need. This merge request ensures that any merge requests previously loaded do not get overwritten fully.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60243

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Merge request reports