Skip to content

Fix issues in `csv_import_export_buttons.vue`

What does this MR do?

This small MR fixes the issues raised in the previous MR !57549 (comment 540826099).

Both csv_import_export_buttons.vue and csv_export_modal.vue have an issuableCount prop, but their defaults differ. Since csv_export_modal.vue is only used by csv_import_export_buttons.vue, issuableCount was changed to required: true in csv_export_modal.vue so it uses the default in the parent csv_import_export_buttons.vue. Same reasoning goes for exportCsvPath.

Screenshots (strongly suggested)

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

Related to #326551 (closed)

Edited by Coung Ngo

Merge request reports