Remove unneeded select2 subscription in project namespace selector
requested to merge 373852-migrate-away-from-select2-in-import-project-namespace-selector into master
What does this MR do and why?
Import projects -> Namespace selector was migrated to Vue
This MR removes select2
subscription, while keeping rest of the logic - update-visibility
event is now emitted on Vue side:
Screenshots or screen recordings
Screencast_from_2023-01-11_07-54-41
How to set up and validate locally
- Open new project creation
- Switch namespace selector to private group
- Observe options being disabled
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #373852 (closed)
Edited by Illya Klymov