Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default child node mechanism not working for nested nodes #47

Closed
kwiatekus opened this issue Sep 7, 2018 · 0 comments
Closed

Default child node mechanism not working for nested nodes #47

kwiatekus opened this issue Sep 7, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kwiatekus
Copy link
Contributor

Description

If you have a nested navigation structure using 'defaulPathSegment' property, luigi won't redirect you to the deepmost node.

e.g.:

  • root node ("") has no viewUrl and defaultPathSegment set to "home"
  • "home" has no viewUrl and defaultPathSegment set to "example"

Expected result

One can expect that he will be redirected like this: "" --> "home" --> "home/example"

Actual result

Luigi will stop after redirection to "home"/

@kwiatekus kwiatekus added bug Something isn't working area/luigi labels Sep 7, 2018
@kwiatekus kwiatekus added this to the Sprint_Swinka_0 milestone Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants