-
-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.type:enhancementEnhancementEnhancement
Milestone
Description
What steps will reproduce the problem?
when i set menu item below:
$menuItemsleft = [
['label' => 'Home', 'url' => ['/site/index']],
['label' => 'flow', 'url' => ['/flow']],
['label' => 'form', 'url' => ['/form']],
];
i access route /form/add,这flow item can not set active class
What's expected?
What do you get instead?
i add below code to Nav.php=>isItemActive() before code " if (ltrim($route, '/') !== $this->route) {"
if (strpos('/'.$this->route, $route) === 0) {
return true;
}
can you will add this code to improve it?
Additional info
| Q | A |
|---|---|
| Yii version | |
| PHP version | |
| Operating system |
esaesa
Metadata
Metadata
Assignees
Labels
status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.type:enhancementEnhancementEnhancement