diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-12-12 18:50:37 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-12-12 18:50:37 +0000 |
commit | b544ec8670f8a14d205fa0b13e8ca37fad795686 (patch) | |
tree | 6d7bf7c42dac42f2f6c1e6f0f83be80f8f3b2d81 /changelogs | |
parent | 01b767bd98237fc669b0576062341c91d519b60d (diff) | |
parent | c877b152d1354946d0a1299e672c1be0aaafdfdf (diff) | |
download | gitlab-ce-b544ec8670f8a14d205fa0b13e8ca37fad795686.tar.gz |
Merge branch '25106-hide-issue-mr-button-for-not-loggedin' into 'master'
hide new issue or MR button for not signed users for a group
## What does this MR do?
This MR prevents user creating issues or MR without signing in
## Are there points in the code the reviewer needs to double check?
NR
## Why was this MR needed?
This issue is needed to ensure an user to be logged in before creating an issue or MR
## Screenshots (if relevant)
## Does this MR meet the acceptance criteria?
- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- Tests
- [x] All builds are passing
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
## What are the relevant issue numbers?
Closes #25106
See merge request !7902
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/25106-hide-issue-mr-button-for-not-loggedin.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/25106-hide-issue-mr-button-for-not-loggedin.yml b/changelogs/unreleased/25106-hide-issue-mr-button-for-not-loggedin.yml new file mode 100644 index 00000000000..62030d3fc45 --- /dev/null +++ b/changelogs/unreleased/25106-hide-issue-mr-button-for-not-loggedin.yml @@ -0,0 +1,4 @@ +--- +title: Prevent user creating issue or MR without signing in for a group +merge_request: 7902 +author: |