annotate test/fixtures/files/060719210727_changeset_utf8.diff @ 1376:6ba24edae331
luisf
Moved the code in bibliography.js and order_authorships.js from the js files to the view files - so that I can use ERB to build the AJAX call paths - otherwise I woudl have problems with redmine installations in subfolders.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Fri, 30 Aug 2013 17:33:05 +0100 |
parents |
8972b600f4fb |
children |
|
rev |
line source |
Chris@244
|
1 Index: trunk/app/controllers/issues_controller.rb
|
Chris@244
|
2 ===================================================================
|
Chris@244
|
3 --- trunk/app/controllers/issues_controller.rb (révision 1483)
|
Chris@244
|
4 +++ trunk/app/controllers/issues_controller.rb (révision 1484)
|
Chris@244
|
5 @@ -149,7 +149,7 @@
|
Chris@244
|
6 attach_files(@issue, params[:attachments])
|
Chris@244
|
7 flash[:notice] = 'Demande créée avec succès'
|
Chris@244
|
8 Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added')
|
Chris@244
|
9 - redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project
|
Chris@244
|
10 + redirect_to :controller => 'issues', :action => 'show', :id => @issue
|
Chris@244
|
11 return
|
Chris@244
|
12 end
|
Chris@244
|
13 end
|