Skip to content

Fix Jira importer immutable cache update

Coung Ngo requested to merge cngo-fix-jira-importer-immutable-cache-update into master

What does this MR do?

This MR fixes an error raised in #255929 (closed) and due to !43318 (merged).

On staging, the following error is printed in the browser console and could be due to the push invoking Vue's reactivity.

 TypeError: a is undefined
    jB52 VueJS
    data cache_update.js:25
    produce immer.esm.js:1
    $ cache_update.js:23
    update jira_import_form.vue:202
    markMutationResult bundle.esm.js:1870
    Y bundle.esm.js:802
instrument.js:108:45

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
Edited by Coung Ngo

Merge request reports