Commit 68526f6f authored by Eric Davis's avatar Eric Davis

Clear @extra_journal_attributes also after saving a Journal

parent 70c3e1c8
......@@ -66,7 +66,7 @@ module Redmine::Acts::Journalized
last_journal.update_attribute(:user_id, @journal_user.id)
end
end
@associations_before_save = @current_journal = @journal_notes = @journal_user = nil
@associations_before_save = @current_journal = @journal_notes = @journal_user = @extra_journal_attributes = nil
end
def save_possible_association(method, options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment