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

Variable children #25

Closed
xtrasmal opened this issue Apr 25, 2015 · 4 comments
Closed

Variable children #25

xtrasmal opened this issue Apr 25, 2015 · 4 comments

Comments

@xtrasmal
Copy link

Hello there,

how would I add a route to the menu, so that the active state on the parent is automatically set.

The route has a {uuid} at the end and generates urls like this

infrastructure/vms/7de30cf6-3773-4818-8e35-ca623d301e96

and is defined in my routes.php like so

Route::get('/vms/{uuid}',       ['as'=>'infrastructure.vms.single']);
@kaidesu
Copy link
Contributor

kaidesu commented Apr 29, 2015

Hmm, yeah, the automatic active link detection doesn't account for organic links like this. I'll have to think about this one and try some things out - but for now, I don't have a solution.

@xtrasmal
Copy link
Author

xtrasmal commented May 6, 2015

Hi there, did you find a solution for this enhancement yet?

@kaidesu
Copy link
Contributor

kaidesu commented May 8, 2015

I haven't had time this week to do any coding, so I'll try to take a look into this next week.

@kaidesu
Copy link
Contributor

kaidesu commented Jun 12, 2015

Consolidated this issue into #44.

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

No branches or pull requests

2 participants