Migrate bulk issues edit dropdowns to GlCollapsibleListbox
What does this MR do and why?
Migrate bulk issues edit dropdowns to GlCollapsibleListbox
- app/assets/javascripts/sidebar/components/status/status_dropdown.vue
- app/assets/javascripts/sidebar/components/subscriptions/subscriptions_dropdown.vue
Changelog: changed
Screenshots or screen recordings
-
Reset buttons are added since the current
GlCollapsibleListbox
doesn't support unchecking for single select dropdowns AFAIK.
Before | After |
---|---|
How to set up and validate locally
- Open any existing projects and go to Plan > Issues
- Click the Bulk Edit button
MR acceptance checklist
-
I have evaluated the MR acceptance checklist for this MR.
Fixes #413475 (closed), #413469 (closed)