Browse Source

Change Issues Clean Routes

tags/v1.0.0
sylor_huang@126.com 5 years ago
parent
commit
ee732c0c3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/issues_controller.rb

+ 1
- 1
app/controllers/issues_controller.rb View File

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


Loading…
Cancel
Save