Change Issues Clean Routes

This commit is contained in:
sylor_huang@126.com 2020-09-18 17:16:37 +08:00
parent 061f4cae45
commit c4b9ef79d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class IssuesController < ApplicationController
before_action :require_login, except: [:index, :show, :index_chosen]
before_action :load_project
before_action :load_project, except: :clean
before_action :set_user
before_action :check_issue_permission
before_action :check_project_public, only: [:index ,:show, :copy, :index_chosen, :close_issue]