diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index e49a3ec..7fcf56e 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -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