Commit b1faef09 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'refactor-project-board-list-resources' into 'master'

Refactor project board list resources

See merge request gitlab-org/gitlab!24510
parents a7b733d9 a38cb0d3
......@@ -10,10 +10,9 @@ module QA
attribute :assignee
def api_post_body
{
board_id: board.id,
super.merge({
assignee_id: assignee.id
}
})
end
end
end
......
......@@ -15,10 +15,9 @@ module QA
end
def api_post_body
{
board_id: board.id,
super.merge({
label_id: label.id
}
})
end
end
end
......
......@@ -15,10 +15,9 @@ module QA
end
def api_post_body
{
board_id: board.id,
super.merge({
milestone_id: project_milestone.id
}
})
end
end
end
......
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