diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-08-15 17:37:36 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-08-15 17:37:36 +0000 |
commit | 1985bafe2be33f03bccefaadfa9173fca49c33b9 (patch) | |
tree | 896dc6ef08d8347e992365594ce7c4b0d49e6ee4 /lib | |
parent | 23754943a7ec119f123694a93c79fc07c32b7ba5 (diff) | |
parent | 3489dc3d7277bf478f68e1b3e0353b702f652acc (diff) | |
download | gitlab-ce-1985bafe2be33f03bccefaadfa9173fca49c33b9.tar.gz |
Merge branch '50020-allow-email-notifications-to-be-disabled-for-all-users-of-a-group' into 'master'
Allow email notifications to be disabled for all users of a group
See merge request gitlab-org/gitlab-ce!30755
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 1b7fc5fa10f..bd0f3e70749 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -137,6 +137,7 @@ excluded_attributes: - :packages_enabled - :mirror_last_update_at - :mirror_last_successful_update_at + - :emails_disabled namespaces: - :runners_token - :runners_token_encrypted |