Project

General

Profile

Actions

Defect #36896

closed

Errors on render details via IssuesHelper.details_to_strings

Added by VITALIY SAVCHENKO about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I have two errors on manual render details via IssuesHelper.details_to_strings

First on render attachments changes in issue:

2: from /usr/src/redmine/app/helpers/issues_helper.rb:494:in `block in details_to_strings'
1: from /usr/src/redmine/app/helpers/issues_helper.rb:602:in `show_detail'
/usr/src/redmine/app/helpers/application_helper.rb:126:in `link_to_attachment': undefined method `attachment_url' for #<#<Class:0x0000558479c80de0>:0x0000558479c80ae8> (NoMethodError)

Second on render custom field(type=text) changes:

1: from /usr/src/redmine/app/helpers/issues_helper.rb:494:in `block in details_to_strings'
/usr/src/redmine/app/helpers/issues_helper.rb:620:in `show_detail': undefined method `diff_journal_url' for #<#<Class:0x00005644a8e5db28>:0x00005644a8e5ca70> (NoMethodError)

Methods attachment_url and diff_journal_url not found in redmine github repo

Actions

Also available in: Atom PDF