@@ -44,6 +44,10 class IssuesController < ApplicationController | |||
|
44 | 44 | helper :timelog |
|
45 | 45 | include Redmine::Export::PDF |
|
46 | 46 | |
|
47 | verify :method => :post, | |
|
48 | :only => :destroy, | |
|
49 | :render => { :nothing => true, :status => :method_not_allowed } | |
|
50 | ||
|
47 | 51 | def index |
|
48 | 52 | retrieve_query |
|
49 | 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