Mercurial > hg > soundsoftware-site
view .svn/pristine/1d/1d7df9d1ff373f2acfb6f78a21a20fbfce6e12d2.svn-base @ 1155:a34a06ba1e33 redmine-2.2-integration
Provide a JS callback which should (?) be rendered by toggle_active ajax call
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 15 Jan 2013 15:48:21 +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