Commit c9193e7e authored by Jarka Kadlecova's avatar Jarka Kadlecova

resolve conflicts for ce to ee merge

parent 8d60ebbb
......@@ -7,12 +7,9 @@ class IssueEntity < IssuableEntity
expose :due_date
expose :moved_to_id
expose :project_id
<<<<<<< HEAD
expose :weight, if: ->(issue, _) { issue.supports_weight? }
expose :milestone, using: API::Entities::Milestone
expose :labels, using: LabelEntity
=======
>>>>>>> ce-com/master
expose :web_url do |issue|
project_issue_path(issue.project, issue)
......
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