Commit 93e7c353 authored by haseeb's avatar haseeb

closedby_id added to safe attributes

parent 1dd577e6
...@@ -18,7 +18,7 @@ module Gitlab ...@@ -18,7 +18,7 @@ module Gitlab
label: :project_label, label: :project_label,
custom_attributes: 'ProjectCustomAttribute' }.freeze 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 PROJECT_REFERENCES = %w[project_id source_project_id target_project_id].freeze
......
...@@ -15,7 +15,7 @@ Issue: ...@@ -15,7 +15,7 @@ Issue:
- updated_by_id - updated_by_id
- confidential - confidential
- closed_at - closed_at
- closed_by - closed_by_id
- due_date - due_date
- moved_to_id - moved_to_id
- lock_version - 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