@@ -44,6 +44,10 class IssuesController < ApplicationController | |||||
44 | helper :timelog |
|
44 | helper :timelog | |
45 | include Redmine::Export::PDF |
|
45 | include Redmine::Export::PDF | |
46 |
|
46 | |||
|
47 | verify :method => :post, | |||
|
48 | :only => :destroy, | |||
|
49 | :render => { :nothing => true, :status => :method_not_allowed } | |||
|
50 | ||||
47 | def index |
|
51 | def index | |
48 | retrieve_query |
|
52 | retrieve_query | |
49 | sort_init(@query.sort_criteria.empty? ? [['id', 'desc']] : @query.sort_criteria) |
|
53 | sort_init(@query.sort_criteria.empty? ? [['id', 'desc']] : @query.sort_criteria) |
General Comments 0
You need to be logged in to leave comments.
Login now