Skip to content

Ensure Issues::BuildService is findable on reload from issues controller

Sarah Yasonik requested to merge sy-fix-service-path into master

What does this MR do?

When GDK reloads changes and you attempt to create a new issue, an error occurs:

uninitialized constant Projects::IssuesController::Issues

Screen_Shot_2020-08-26_at_12.36.40_PM

This MR updates each reference to the services in the Issues scope in this controller to avoid further issues in local dev.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Sarah Yasonik

Merge request reports

Loading