Actions
Bug #2191
closedActionView::Template::Error (undefined method `dmsf_fast_links?' for nil:NilClass)
Start date:
07/04/2024
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
Completed 500 Internal Server Error in 112ms (ActiveRecord: 15.3ms | Allocations: 59722)
ActionView::Template::Error (undefined method `dmsf_fast_links?' for nil:NilClass):
8: <% i = 0 %>
9: <% split_on = (custom_field_values.size / 2.0).ceil - 1 %>
10: <% custom_field_values.each do |value| %>
11: <p><%= custom_field_tag_with_label :issue, value, :required => @issue.required_attribute?(value.custom_field_id) %></p>
12: <% if i == split_on -%>
13: </div><div class="splitcontentright">
14: <% end -%>
plugins/redmine_dmsf/lib/redmine_dmsf/field_formats/dmsf_file_revision_format.rb:33:in `edit_tag'
app/helpers/custom_fields_helper.rb:93:in `custom_field_tag'
app/helpers/custom_fields_helper.rb:124:in `custom_field_tag_with_label'
app/views/issues/_form_custom_fields.html.erb:11
app/views/issues/_form_custom_fields.html.erb:10:in `each'
app/views/issues/_form_custom_fields.html.erb:10
app/views/issues/_attributes.html.erb:97
app/helpers/application_helper.rb:1499:in `labelled_fields_for'
app/views/issues/_attributes.html.erb:1
app/views/issues/_form.html.erb:49
app/helpers/application_helper.rb:1499:in `labelled_fields_for'
app/views/issues/_form.html.erb:1
app/views/issues/new.html.erb:11
app/helpers/application_helper.rb:1492:in `labelled_form_for'
app/views/issues/new.html.erb:5
app/controllers/issues_controller.rb:140:in `block (2 levels) in new'
app/controllers/issues_controller.rb:139:in `new'
lib/redmine/sudo_mode.rb:61:in `sudo_mode'
plugins/redmine_dmsf/lib/redmine_dmsf/webdav/custom_middleware.rb:57:in `call'
Actions