Commit 9a2abecd authored by Sarah Yasonik's avatar Sarah Yasonik

Ensure BuildService is findable on reload

parent 7d6a27e2
......@@ -95,7 +95,7 @@ class Projects::IssuesController < Projects::ApplicationController
discussion_to_resolve: params[:discussion_to_resolve],
confidential: !!Gitlab::Utils.to_boolean(params[:issue][:confidential])
)
service = Issues::BuildService.new(project, current_user, build_params)
service = ::Issues::BuildService.new(project, current_user, build_params)
@issue = @noteable = service.execute
......
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