Skip to content

Add Group information menu

What does this MR do?

In this MR, we're refactoring the Group information menu. We're moving it from being a partial rendered menu to an object driven menu, like all the menus in the project sidebar.

For that, we're just introducing a new object to store the menu info and removing the related info from the menu partial.

Screenshots or Screencasts (strongly suggested)

This is the refactored menu, which looks exactly like the older one:

image

Does this MR meet the acceptance criteria?

Conformity

Related to #328503 (closed)

Merge request reports