OSDN Git Service

Makes issues/show accept rss key (#3362).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 May 2009 08:35:57 +0000 (08:35 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 May 2009 08:35:57 +0000 (08:35 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2745 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/issues_controller.rb

index e49a3ec..7fcf56e 100644 (file)
@@ -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