Commit 168d952e authored by haseeb's avatar haseeb Committed by oswaldoferreira

closedby_id added to safe attributes

parent 9cad17e6
......@@ -19,7 +19,7 @@ module Gitlab
custom_attributes: 'ProjectCustomAttribute',
project_badges: 'Badge' }.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
......
......@@ -15,7 +15,7 @@ Issue:
- updated_by_id
- confidential
- closed_at
- closed_by
- closed_by_id
- due_date
- moved_to_id
- lock_version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment