Commit 185c7751 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'remove-issues-create-format-js' into 'master'

Remove dead code in issues_controller#create RUN AS-IF-FOSS

See merge request gitlab-org/gitlab!53949
parents 0ca004ce e8587373
......@@ -145,9 +145,6 @@ class Projects::IssuesController < Projects::ApplicationController
format.html do
recaptcha_check_with_fallback { render :new }
end
format.js do
@link = @issue.attachment.url.to_js
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