caffeinated / menus

:pushpin: Menu generator package for the Laravel framework
https://caffeinatedpackages.com
132 stars 59 forks source link

Bug: Item Active State don't appear within edit/create #42

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

within https://github.com/caffeinated/menus/issues/32 you build in a method to get current active state via $item->data('active')

But when I have a route to edit or create (example users/create) this active state is not set. But main route "users" is active.

Can u fix this ?

kaidesu commented 9 years ago

This has already been reported here #25. Rest assured its on my list of updates to make!

ghost commented 9 years ago

When u will fix that ?

kaidesu commented 9 years ago

I'll probably tackle this this week as I update the package for Laravel 5.1.

kaidesu commented 9 years ago

Consolidated this issue into #44.