Project

General

Profile

« Previous | Next » 

Revision 11405

Fixed that updating the issue form was broken by r4011 when user is not allowed to add issues (#13188).

View differences:

routes.rb
116 116
      end
117 117
    end
118 118
    # issue form update
119
    match 'issues/new', :controller => 'issues', :action => 'new', :via => [:put, :post], :as => 'issue_form'
119
    match 'issues/update_form', :controller => 'issues', :action => 'update_form', :via => [:put, :post], :as => 'issue_form'
120 120

  
121 121
    resources :files, :only => [:index, :new, :create]
122 122

  

Also available in: Unified diff