##// END OF EJS Templates
Bulk-edit custom fields through context menu (#6296)....
Bulk-edit custom fields through context menu (#6296). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8824 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7704:fdf6e8547b6b
r8704:5e0c1cc5ce9e
Show More
iso8859-1.txt
13 lines | 686 B | text/plain | TextLexer
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