mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
remove spaces inside {} of app/controllers/journals_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20366 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -92,9 +92,9 @@ class JournalsController < ApplicationController
|
||||
@journal.safe_attributes = params[:journal]
|
||||
@journal.save
|
||||
@journal.destroy if @journal.details.empty? && @journal.notes.blank?
|
||||
call_hook(:controller_journals_edit_post, { :journal => @journal, :params => params})
|
||||
call_hook(:controller_journals_edit_post, {:journal => @journal, :params => params})
|
||||
respond_to do |format|
|
||||
format.html { redirect_to issue_path(@journal.journalized) }
|
||||
format.html {redirect_to issue_path(@journal.journalized)}
|
||||
format.js
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user