Mercurial > hg > soundsoftware-site
view test/fixtures/files/060719210727_changeset_iso8859-1.diff @ 853:969bb872d4bf feature_142
Close obsolete branch feature_142
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 14:26:44 +0100 |
parents | 8972b600f4fb |
children |
line wrap: on
line source
Index: trunk/app/controllers/issues_controller.rb =================================================================== --- trunk/app/controllers/issues_controller.rb (révision 1483) +++ trunk/app/controllers/issues_controller.rb (révision 1484) @@ -149,7 +149,7 @@ attach_files(@issue, params[:attachments]) flash[:notice] = 'Demande créée avec succès' Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') - redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project + redirect_to :controller => 'issues', :action => 'show', :id => @issue return end end