Mercurial > hg > soundsoftware-site
view test/fixtures/files/iso8859-1.txt @ 1163:ad10dc713462 redmine-2.2-integration
Changing Rails version to 3.2.11 (current).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 16 Jan 2013 16:59:49 +0000 |
parents | cbb26bc654de |
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