Commit 7a760728 authored by Imre Farkas's avatar Imre Farkas

Resolve conflict in app/controllers/projects/issues_controller.rb

parent 209762fc
......@@ -11,12 +11,8 @@ class Projects::IssuesController < Projects::ApplicationController
before_action :whitelist_query_limiting_ee, only: [:update]
before_action :whitelist_query_limiting, only: [:create, :create_merge_request, :move, :bulk_update]
before_action :check_issues_available!
<<<<<<< HEAD
before_action :issue, except: [:index, :calendar, :new, :create, :bulk_update, :export_csv]
=======
before_action :issue, except: [:index, :calendar, :new, :create, :bulk_update]
>>>>>>> upstream/master
before_action :set_issuables_index, only: [:index, :calendar]
# Allow write(create) issue
......
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