Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaseeb <haseebeqx@yahoo.com>2018-03-01 16:10:33 +0300
committerhaseeb <haseebeqx@yahoo.com>2018-03-01 16:10:33 +0300
commit93e7c353eba714108b058f6621eca466b4a61607 (patch)
tree85d46fe974b50adb142fea81b20fa054316054a6 /lib/gitlab/import_export/relation_factory.rb
parent1dd577e69b434df4b1dcf04d5b3805ee0e9ce46e (diff)
closedby_id added to safe attributes
Diffstat (limited to 'lib/gitlab/import_export/relation_factory.rb')
-rw-r--r--lib/gitlab/import_export/relation_factory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/relation_factory.rb b/lib/gitlab/import_export/relation_factory.rb
index 759833a5ee5..d372e01a3ad 100644
--- a/lib/gitlab/import_export/relation_factory.rb
+++ b/lib/gitlab/import_export/relation_factory.rb
@@ -18,7 +18,7 @@ module Gitlab
label: :project_label,
custom_attributes: 'ProjectCustomAttribute' }.freeze
- USER_REFERENCES = %w[author_id assignee_id updated_by_id user_id created_by_id last_edited_by_id merge_user_id resolved_by_id].freeze
+ USER_REFERENCES = %w[author_id assignee_id updated_by_id user_id created_by_id last_edited_by_id merge_user_id resolved_by_id closed_by_id].freeze
PROJECT_REFERENCES = %w[project_id source_project_id target_project_id].freeze