Skip to content

Commit 2aad7c5

Browse files
committed
MAGETWO-55252: Stabilization
- fix active menu
1 parent e522634 commit 2aad7c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup/view/magento/setup/navigation/side-menu.phtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
<span>Home</span>
3434
</a>
3535
</li>
36-
<li class="item-extension level-0" ng-class="{_active: $state.current.type === 'extension'
37-
|| $state.current.type === 'uninstall'
38-
|| $state.current.type === 'update'}">
36+
<li class="item-extension level-0" ng-class="{_active: $state.current.type === 'extension'
37+
|| ['install', 'uninstall', 'update'].indexOf($state.current.type) !== -1}">
3938
<a href="" ui-sref="root.extension-auth">
4039
<span>Extension Manager</span>
4140
</a>

0 commit comments

Comments
 (0)