diff options
author | haseeb <haseebeqx@yahoo.com> | 2018-03-01 18:40:33 +0530 |
---|---|---|
committer | haseeb <haseebeqx@yahoo.com> | 2018-03-01 18:40:33 +0530 |
commit | 93e7c353eba714108b058f6621eca466b4a61607 (patch) | |
tree | 85d46fe974b50adb142fea81b20fa054316054a6 /spec | |
parent | 1dd577e69b434df4b1dcf04d5b3805ee0e9ce46e (diff) | |
download | gitlab-ce-93e7c353eba714108b058f6621eca466b4a61607.tar.gz |
closedby_id added to safe attributes
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/import_export/safe_model_attributes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml index 337686eccc4..2da0bf1c478 100644 --- a/spec/lib/gitlab/import_export/safe_model_attributes.yml +++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml @@ -15,7 +15,7 @@ Issue: - updated_by_id - confidential - closed_at -- closed_by +- closed_by_id - due_date - moved_to_id - lock_version |