Started GET "/custom_fields/new" for 127.0.0.1 at 2014-10-15 10:01:42 +0800 Processing by CustomFieldsController#new as HTML Current user: admin (id=1) Rendered custom_fields/select_type.html.erb within layouts/admin (4.0ms) Rendered admin/_menu.html.erb (14.0ms) Rendered layouts/base.html.erb (39.0ms) Filter chain halted as :build_new_custom_field rendered or redirected Completed 200 OK in 77.0ms (Views: 52.0ms | ActiveRecord: 10.0ms) Started GET "/custom_fields/new?utf8=%E2%9C%93&type=IssueCustomField" for 127.0.0.1 at 2014-10-15 10:01:44 +0800 Processing by CustomFieldsController#new as HTML Parameters: {"utf8"=>"✓", "type"=>"IssueCustomField"} Current user: admin (id=1) Rendered custom_fields/_form.html.erb (11.0ms) Rendered custom_fields/new.html.erb within layouts/admin (14.0ms) Completed 500 Internal Server Error in 28.0ms ActionView::Template::Error (undefined method `description' for #): 4:
5:

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

6:

<%= f.text_field :name, :required => true %>

7:

<%= f.text_area :description, :rows => 7 %>

8: 9: <% if @custom_field.format.multiple_supported %> 10:

lib/redmine/views/labelled_form_builder.rb:31:in `text_area' app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948' app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084' app/helpers/application_helper.rb:1043:in `labelled_form_for' app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084' Started GET "/custom_fields/new?utf8=%E2%9C%93&type=GroupCustomField" for 127.0.0.1 at 2014-10-15 10:01:49 +0800 Processing by CustomFieldsController#new as HTML Parameters: {"utf8"=>"✓", "type"=>"GroupCustomField"} Current user: admin (id=1) Rendered custom_fields/_form.html.erb (16.0ms) Rendered custom_fields/new.html.erb within layouts/admin (18.0ms) Completed 500 Internal Server Error in 33.0ms ActionView::Template::Error (undefined method `description' for #): 4:

5:

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

6:

<%= f.text_field :name, :required => true %>

7:

<%= f.text_area :description, :rows => 7 %>

8: 9: <% if @custom_field.format.multiple_supported %> 10:

lib/redmine/views/labelled_form_builder.rb:31:in `text_area' app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948' app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084' app/helpers/application_helper.rb:1043:in `labelled_form_for' app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084' Started GET "/custom_fields/new?utf8=%E2%9C%93&type=IssuePriorityCustomField" for 127.0.0.1 at 2014-10-15 10:01:53 +0800 Processing by CustomFieldsController#new as HTML Parameters: {"utf8"=>"✓", "type"=>"IssuePriorityCustomField"} Current user: admin (id=1) Rendered custom_fields/_form.html.erb (9.0ms) Rendered custom_fields/new.html.erb within layouts/admin (11.0ms) Completed 500 Internal Server Error in 21.0ms ActionView::Template::Error (undefined method `description' for #): 4:

5:

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

6:

<%= f.text_field :name, :required => true %>

7:

<%= f.text_area :description, :rows => 7 %>

8: 9: <% if @custom_field.format.multiple_supported %> 10:

lib/redmine/views/labelled_form_builder.rb:31:in `text_area' app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948' app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084' app/helpers/application_helper.rb:1043:in `labelled_form_for' app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084' Started GET "/custom_fields/new?utf8=%E2%9C%93&type=TimeEntryCustomField" for 127.0.0.1 at 2014-10-15 10:01:56 +0800 Processing by CustomFieldsController#new as HTML Parameters: {"utf8"=>"✓", "type"=>"TimeEntryCustomField"} Current user: admin (id=1) Rendered custom_fields/_form.html.erb (11.0ms) Rendered custom_fields/new.html.erb within layouts/admin (19.0ms) Completed 500 Internal Server Error in 28.0ms ActionView::Template::Error (undefined method `description' for #): 4:

5:

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

6:

<%= f.text_field :name, :required => true %>

7:

<%= f.text_area :description, :rows => 7 %>

8: 9: <% if @custom_field.format.multiple_supported %> 10:

lib/redmine/views/labelled_form_builder.rb:31:in `text_area' app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948' app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084' app/helpers/application_helper.rb:1043:in `labelled_form_for' app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084'