aaj: default to don't force notes as event descriptions #933

This commit is contained in:
Felix Schäfer 2012-03-17 13:53:29 +01:00
parent 20eed68421
commit df66e9b915
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ module Redmine
end
options[:type] ||= self.name.underscore.dasherize # Make sure the name of the journalized model and not the name of the journal is used for events
options[:author] ||= :user
{ :description => :notes }.reverse_merge options
options.reverse_merge({:description => :notes})
end
end