Commit ab494950 authored by Dave Pisek's avatar Dave Pisek

Make side-nav on dependency-list page expanded

This commit fixes an issue that causes the project view's side
navigation to be collapsed when viewing the dependency-list page.

It adds the controller name to the sidebar_project_paths array,
which is used to check if the navigation should be expanded.
parent b5c307d1
......@@ -7,6 +7,7 @@ module EE
override :sidebar_projects_paths
def sidebar_projects_paths
super + %w[
projects/dependencies#show
projects/security/dashboard#show
projects/insights#show
]
......
---
title: Make side-nav expanded when on dependency list
merge_request: 14314
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment