Mercurial > hg > soundsoftware-site
comparison .svn/pristine/1d/1d7df9d1ff373f2acfb6f78a21a20fbfce6e12d2.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 Index: trunk/app/controllers/issues_controller.rb | |
2 =================================================================== | |
3 --- trunk/app/controllers/issues_controller.rb (révision 1483) | |
4 +++ trunk/app/controllers/issues_controller.rb (révision 1484) | |
5 @@ -149,7 +149,7 @@ | |
6 attach_files(@issue, params[:attachments]) | |
7 flash[:notice] = 'Demande créée avec succès' | |
8 Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') | |
9 - redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project | |
10 + redirect_to :controller => 'issues', :action => 'show', :id => @issue | |
11 return | |
12 end | |
13 end |