Commit b6b46f2e authored by Bryce Johnson's avatar Bryce Johnson

Push support_bot into exposed users.

parent 309ecdd5
...@@ -30,6 +30,8 @@ module EE ...@@ -30,6 +30,8 @@ module EE
assignee = User.find_by_id(params[:assignee_id]) assignee = User.find_by_id(params[:assignee_id])
@users.push(assignee) if assignee @users.push(assignee) if assignee
end end
@users.push(::User.support_bot)
end end
def export_csv def export_csv
......
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