Actions
Defect #19476
closedAdministration - Custom fields Exception on Delete
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
Database manager: MariaDB
Ruby version: ruby 2.0.0p353
Rails version: Rails 4.2.0
Plugin list: redmine_create_git, redmine_dashboard, redmine_diff_email, redmine_dmsf.
Exception:
Processing by CustomFieldsController#index as HTML Parameters: {"tab"=>"IssueCustomField"} Current user: Andrei (id=1) Rendered custom_fields/index.html.erb within layouts/admin (3.5ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (uninitialized constant CustomField::CUSTOM_FIELDS_TABS): 5: <%= title l(:label_custom_field_plural) %>^M 6: ^M 7: <% if @custom_fields_by_type.present? %>^M 8: <%= render_custom_fields_tabs(@custom_fields_by_type.keys) %>^M 9: <% else %>^M 10: <p class="nodata"><%= l(:label_no_data) %></p>^M 11: <% end %>^M app/views/custom_fields/index.html.erb:8:in `_app_views_custom_fields_index_html_erb___180735337863553819_38640880'
Actions