Expose discussion_locked for issue_entity

This commit is contained in:
Luke "Jared" Bennett 2017-09-14 14:22:18 +01:00
parent 17e943837d
commit 04793ff1eb
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ class IssueEntity < IssuableEntity
expose :branch_name
expose :confidential
expose :discussion_locked
expose :assignees, using: API::Entities::UserBasic
expose :due_date
expose :moved_to_id