Actions
Defect #31912
open
ActionView::Template::Error (undefined method `name' for nil:NilClass):
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Got this error and didn't know, what to do.
85:
86: <p><strong><%=l(:field_description)%></strong></p>
87: <div class="wiki">
88: <%= textilizable @issue, :description, :attachments => @issue.attachments %>
89: </div>
90: </div>
91: <% end %>
app/helpers/application_helper.rb:899:in `block in parse_redmine_links'
app/helpers/application_helper.rb:845:in `gsub!'
app/helpers/application_helper.rb:845:in `parse_redmine_links'
app/helpers/application_helper.rb:666:in `block (2 levels) in textilizable'
app/helpers/application_helper.rb:665:in `each'
app/helpers/application_helper.rb:665:in `block in textilizable'
app/helpers/application_helper.rb:686:in `parse_non_pre_blocks'
app/helpers/application_helper.rb:664:in `textilizable'
app/views/issues/show.html.erb:88:in `_app_views_issues_show_html_erb___1321938688800518045_47270008401700'
app/controllers/issues_controller.rb:106:in `block (2 levels) in show'
app/controllers/issues_controller.rb:99:in `show'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
Environment: Redmine version 3.4.4.stable Ruby version 2.5.1-p57 (2018-03-29) [x86_64-linux-gnu] Rails version 4.2.10 Environment production Database adapter Mysql2 SCM: Git 2.17.1 Filesystem Redmine plugins: no plugin installed
No data to display
Actions