Commit e0c47610 authored by Brett Walker's avatar Brett Walker

Add lock_version to EpicEntity

parent e11491cf
...@@ -17,6 +17,7 @@ class EpicEntity < IssuableEntity ...@@ -17,6 +17,7 @@ class EpicEntity < IssuableEntity
expose :due_date_is_fixed?, as: :due_date_is_fixed expose :due_date_is_fixed?, as: :due_date_is_fixed
expose :due_date_fixed, :due_date_from_milestones expose :due_date_fixed, :due_date_from_milestones
expose :state expose :state
expose :lock_version
expose :web_url do |epic| expose :web_url do |epic|
group_epic_path(epic.group, epic) group_epic_path(epic.group, epic)
......
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