annotate .svn/pristine/1d/1d7df9d1ff373f2acfb6f78a21a20fbfce6e12d2.svn-base @ 1169:492ff72268e3 bug_521

Close obsolete branch bug_521
author Chris Cannam
date Thu, 18 Oct 2012 10:42:48 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 Index: trunk/app/controllers/issues_controller.rb
Chris@909 2 ===================================================================
Chris@909 3 --- trunk/app/controllers/issues_controller.rb (révision 1483)
Chris@909 4 +++ trunk/app/controllers/issues_controller.rb (révision 1484)
Chris@909 5 @@ -149,7 +149,7 @@
Chris@909 6 attach_files(@issue, params[:attachments])
Chris@909 7 flash[:notice] = 'Demande créée avec succès'
Chris@909 8 Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added')
Chris@909 9 - redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project
Chris@909 10 + redirect_to :controller => 'issues', :action => 'show', :id => @issue
Chris@909 11 return
Chris@909 12 end
Chris@909 13 end