Skip to content

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

  1. 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>
  2. Checkout this branch/this diff
  3. Browse to a group issue list (http://gdk.test:3000/groups/flightjs/-/issues) on master with dev tools open (note NO error)
  4. 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.

Merge request reports