summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/attributes_permitter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/import_export/attributes_permitter.rb')
-rw-r--r--lib/gitlab/import_export/attributes_permitter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/attributes_permitter.rb b/lib/gitlab/import_export/attributes_permitter.rb
index acd03d9ec20..2d8e25a9f70 100644
--- a/lib/gitlab/import_export/attributes_permitter.rb
+++ b/lib/gitlab/import_export/attributes_permitter.rb
@@ -44,7 +44,7 @@ module Gitlab
# We want to use AttributesCleaner for these relations instead, in the future this should be removed to make sure
# we are using AttributesPermitter for every imported relation.
- DISABLED_RELATION_NAMES = %i[user author ci_cd_settings issuable_sla push_rule].freeze
+ DISABLED_RELATION_NAMES = %i[user author issuable_sla].freeze
def initialize(config: ImportExport::Config.new.to_h)
@config = config