mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
923d218884
commit
ef4fedfa4f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user