mirror of
https://github.com/redmine/redmine.git
synced 2025-11-18 03:00:52 +01:00
Fixes commit message in issue history might be rendered in incorrect context (#42545).
Patch by Felix Schäfer (user:felix). git-svn-id: https://svn.redmine.org/redmine/trunk@23672 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -436,7 +436,7 @@ module ApplicationHelper
|
||||
|
||||
def format_changeset_comments(changeset, options={})
|
||||
method = options[:short] ? :short_comments : :comments
|
||||
textilizable changeset, method, :formatting => Setting.commit_logs_formatting?
|
||||
textilizable changeset, method, project: changeset.project, formatting: Setting.commit_logs_formatting?
|
||||
end
|
||||
|
||||
def due_date_distance_in_words(date)
|
||||
|
||||
Reference in New Issue
Block a user