aaj: default to don't force notes as event descriptions #933
This commit is contained in:
parent
20eed68421
commit
df66e9b915
@ -181,7 +181,7 @@ module Redmine
|
|||||||
end
|
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[: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
|
options[:author] ||= :user
|
||||||
{ :description => :notes }.reverse_merge options
|
options.reverse_merge({:description => :notes})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user