Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

[Intermittent Issue] Setting title in breadCrumb object from route, doesn't enable linkable while moving to child route. #42

Closed
abhilashlr opened this issue Aug 21, 2015 · 5 comments

Comments

@abhilashlr
Copy link
Contributor

Let us assume, the route is say foo > baz and another route xyz > baz

Steps to reproduce:

  1. In routes/foo.js, pass title as "FOO doesn't hyperlink itself"
  2. Don't set linkable
  3. Refresh the baz page. You can see the foo with hyperlink and baz as non-linkable. [which is fine]
  4. Navigate to the other route xyz and do a page refresh. Come back to baz via foo, you can see foo is not hyperlink enabled.

Please share your thoughts if it happens to others as well.

I can try for a possible fix, could take some time though.

@dguettler
Copy link
Collaborator

@abhilashlr can you give a more explicit example?
I'm not entirely sure I understand foo and xyz. Are you talking about something like this

/customers/1/baz
/customers/2/baz

@fsmanuel
Copy link
Collaborator

@dguettler I'm not sure if this is already fixed but the latest stabel version has the problem that when you click on baz the model route is still disabled.

@tpetrone
Copy link

I can confirm this, if only title is set.
Not setting title makes it to work as expected.

@dguettler
Copy link
Collaborator

Resolved by #111

@Navaneeth-pk
Copy link

Still cannot use dynamic routes as path.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants