Skip to content

Fix admin sidebar menu items

username-removed-408677 requested to merge fix-admin-sidebar into master

What does this MR do?

Fixes a regression whereby certain sidebar menu items on the admin page would not get collapsed properly.

Looks like .nav-item-name was added to CE in https://gitlab.com/gitlab-org/gitlab-ce/commit/45bfc0922e0351d5bc6a44a9bba8f02850471461 but missed in EE specific nav items

Are there points in the code the reviewer needs to double check?

Shouldn't be

Why was this MR needed?

regression

Screenshots (if relevant)

Before After
Screen_Shot_2017-08-15_at_5.14.43_PM Screen_Shot_2017-08-15_at_5.14.21_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3175

Edited by username-removed-408677

Merge request reports