summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-05-16 03:49:19 +0000
committerMike Lewis <mlewis@gitlab.com>2019-05-16 03:49:19 +0000
commit3d2edaac04ec1e4d5074a43249c11cf6e8a8eecf (patch)
tree3778b05619823a2fc94202abde6d04f96d41f7bc
parentd545dece583ecc26104341751fa545a5ca1dd896 (diff)
parent0feefbeb174cc7007af0cddf2ff25da202ba9555 (diff)
downloadgitlab-ce-3d2edaac04ec1e4d5074a43249c11cf6e8a8eecf.tar.gz
Merge branch 'patch-47' into 'master'
clarify that "team" means "project" when considered for assignment purposes. See merge request gitlab-org/gitlab-ce!27753
-rw-r--r--doc/user/permissions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index 9b298e4eb30..318053fdabb 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -11,7 +11,7 @@ project itself, the highest permission level is used.
On public and internal projects the Guest role is not enforced. All users will
be able to create issues, leave comments, and clone or download the project code.
-When a member leaves the team all the assigned [Issues](project/issues/index.md) and [Merge Requests](project/merge_requests/index.md)
+When a member leaves a team's project, all the assigned [Issues](project/issues/index.md) and [Merge Requests](project/merge_requests/index.md)
will be unassigned automatically.
GitLab [administrators](../administration/index.md) receive all permissions.