Allow plugins to redirect to a custom index and not force /pipelines as default

XMLWordPrintable

      ATM in the dashBoard we are doing:

      export default (
          <Route path="/" component={Dashboard} onChange={persistBackgroundOnNavigationChange}>
      ...
              <Route path="/pipelines" component={Pipelines} />
      
              <Route path="/create-pipeline" component={CreatePipeline} />
              <IndexRedirect to="pipelines" />
          </Route>
      

      The problem here is that <IndexRedirect to="pipelines" /> is always redirects to pipelines. However that needs to be override-able.

            Assignee:
            Unassigned
            Reporter:
            Thorsten Scherler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: