From 0c3908c38249f584b47155e80d6f434ab98b14b6 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Tue, 18 Apr 2017 12:46:41 +0300 Subject: Update permission docs. Add note about automatic unassigning when member leaves a team --- doc/user/permissions.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/user') diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 3122e95fc0e..2b01b530dc7 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -7,6 +7,9 @@ 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 pull or download the project code. +When member leaves the team the all assigned Issues and Merge Requests +will be unassigned automatically. + GitLab administrators receive all permissions. To add or import a user, you can follow the [project users and members -- cgit v1.2.1 From 36a8cc3eca62c28ff9001be9378f76b7d59a2f4d Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Wed, 19 Apr 2017 18:17:46 +0300 Subject: Remove helpers assigned_issuables_count and cached_assigned_issuables_count --- doc/user/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 2b01b530dc7..637967510f3 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -7,7 +7,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 pull or download the project code. -When member leaves the team the all assigned Issues and Merge Requests +When a member leaves the team the all assigned Issues and Merge Requests will be unassigned automatically. GitLab administrators receive all permissions. -- cgit v1.2.1