Skip to content

Set props and listener in snippet_blob_edit.vue explicitely

Denys Mishunov requested to merge 213059-explicit-prop-listener into master

What does this MR do?

Sets props and listener for <blob-content-edit> (in app/assets/javascripts/snippets/components/snippet_blob_edit.vue) explicitly instead of implicitly via v-bind="$attrs" and v-on="$listeners".

Also, this MR allows the component to not have content passed to it by default. This is important for the cases when the component is used in the creation of a new snippet.

NOTE: This is a ~backstage MR, hence no CHANGELOG is provided.

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

Edited by 🤖 GitLab Bot 🤖

Merge request reports