To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / test / fixtures / files / 060719210727_changeset_utf8.diff @ 442:753f1380d6bc
History | View | Annotate | Download (704 Bytes)
| 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
|