Skip to content

Make Snippet edit fields v-model aware

Denys Mishunov requested to merge 207463-bind-components into master

What does this MR do?

In anticipation of wrapping the whole Snippet edit form into Vue component with GraphQL connection, the components, constituting the form are tuned to support v-model to make communication with data gathering easier on the top level of the form component.

This is part of a larger effort of Refactor Snippet Edit form actions to Vue . The feature is not really click-testable atm as the main form component will be done on the next step only.

Since this MR doesn't introduce any new user-facing functionality, there's not CHANGELOG entry.

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

References #207463 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports