summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorGeorge Koltsov <koltsov.george@gmail.com>2019-07-19 03:00:23 +0000
committerEvan Read <eread@gitlab.com>2019-07-19 03:00:23 +0000
commit9ef196b7a7d51043c09c848699f7d393edf7af03 (patch)
treeffecebd027d122e197e46f626ff40d118491f06f /doc/user
parent0da7c9250880b508c49baa94cfa18398771f3add (diff)
downloadgitlab-ce-9ef196b7a7d51043c09c848699f7d393edf7af03.tar.gz
Set Private visibility for restricted Internal imported projects
With https://gitlab.com/gitlab-org/gitlab-ee/issues/12388 change going live there is potential risk of breaking imports of 'Internal' projects. This change makes sure if 'Internal' visibility level is restricted all 'Internal' projects will be marked as 'Private' See: https://gitlab.com/gitlab-org/gitlab-ce/issues/64311
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/settings/import_export.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md
index 7241df613eb..35d5320c0b1 100644
--- a/doc/user/project/settings/import_export.md
+++ b/doc/user/project/settings/import_export.md
@@ -116,3 +116,8 @@ For more details on the specific data persisted in a project export, see the
1. Click on **Import project** to begin importing. Your newly imported project
page will appear soon.
+
+NOTE: **Note:**
+If use of the `Internal` visibility level
+[is restricted](../../../public_access/public_access.md#restricting-the-use-of-public-or-internal-projects),
+all imported projects are given the visibility of `Private`.