Skip to content

Add Wiki link to Group sidebar

Tom Quirk requested to merge group-wiki-link into master

What does this MR do?

Within the left sidebar of a Group, add a new menu item for Wiki. This new menu item is conditionally shown based on user read_wiki permission.

Changelog omitted due to feature being behind the feature flag group_wiki.

Issue => #207883 (closed)

Testing locally

  1. Enable group_wiki feature flag

    Feature.enable(:group_wiki)
  2. Go to a group, and click Wiki link

Screenshots

Screen_Shot_2020-07-14_at_3.47.02_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Tom Quirk

Merge request reports