Skip to content

Ensure that group owner cannot request access to a project of their group

Rémy Coutable requested to merge fix-18717 into master

What does this MR do?

It fixes two things:

  • 91ad995d69e1a0f8991fd896f1d9febc109273fe Ensure that group owner cannot request access to a project of their group
  • ec3ff061148d556757e7cd486cdc6083d77acf34 Ensure group/project owners can see their members' access_level (see the commit message for details)

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

Not really, these are pretty simple fixes.

Why was this MR needed?

Because there was an issue created!

What are the relevant issue numbers?

Fixes #18717 (closed).

Does this MR meet the acceptance criteria?

  • CHANGELOG is not needed since the bug is only present in a 8.9 RC
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Conform by the style guides
  • Branch has no merge conflicts with master (if you do - rebase it please)
  • Squashed related commits together

Merge request reports