Makes issues/show accept rss key (#3362).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2745 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f7d7186c13
commit
6e0a818caf
|
@ -23,7 +23,7 @@ class IssuesController < ApplicationController
|
|||
before_filter :find_project, :only => [:new, :update_form, :preview]
|
||||
before_filter :authorize, :except => [:index, :changes, :gantt, :calendar, :preview, :update_form, :context_menu]
|
||||
before_filter :find_optional_project, :only => [:index, :changes, :gantt, :calendar]
|
||||
accept_key_auth :index, :changes
|
||||
accept_key_auth :index, :show, :changes
|
||||
|
||||
helper :journals
|
||||
helper :projects
|
||||
|
|
Loading…
Reference in New Issue