Skip to content

Hide event for model creation modal

Alper Akgun requested to merge 461796-hide-model-creation-modal into master

What does this MR do and why?

Hide event for model creation modal

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No change
image

How to set up and validate locally

Go to rails console using bin/rails c

Feature.enable(:model_registry)
project = Project.find(26)

Upload some files

  • Go to the project URL in your browser
  • Open the "Deploy" and "Model registry" under it.
  • Use the "Create Modal" to show,
  • Escape or click somewhere to hide

x

Edited by Alper Akgun

Merge request reports