##// END OF EJS Templates
Makes issues/show accept rss key (#3362)....
Jean-Philippe Lang -
r2646:6e0a818cafad
parent child
Show More
@@ -23,7 +23,7 class IssuesController < ApplicationController
23 23 before_filter :find_project, :only => [:new, :update_form, :preview]
24 24 before_filter :authorize, :except => [:index, :changes, :gantt, :calendar, :preview, :update_form, :context_menu]
25 25 before_filter :find_optional_project, :only => [:index, :changes, :gantt, :calendar]
26 accept_key_auth :index, :changes
26 accept_key_auth :index, :show, :changes
27 27
28 28 helper :journals
29 29 helper :projects
General Comments 0
You need to be logged in to leave comments. Login now