Project

General

Profile

Patch #3362 ยป issue_patch.patch

Scott Rushforth, 2009-05-14 18:52

View differences:

app/controllers/issues_controller.rb (working copy)
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, :changes, :show
27 27

  
28 28
  helper :journals
29 29
  helper :projects
    (1-1/1)