Fix missing vue injection with group issue list
What does this MR do and why?
Fix missing Vue injection with group issue list
Changelog: fixed
How to set up and validate locally
- Browse to a group issue list (http://gdk.test:3000/groups/flightjs/-/issues) on master with dev tools open (note the error)
vue.runtime.esm.js:4605 [Vue warn]: Injection "hasIssueDateFilterFeature" not found found in ---> <IssuesListApp> at issues/list/components/issues_list_app.vue <IssuesListAppEE> at ee/app/assets/javascripts/issues/list/components/issues_list_app.vue <Root>
- Checkout this branch/this diff
- Browse to a group issue list (http://gdk.test:3000/groups/flightjs/-/issues) on master with dev tools open (note NO error)
- Party!
🎉
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.