1
|
Started GET "/custom_fields/new" for 127.0.0.1 at 2014-10-15 10:01:42 +0800
|
2
|
Processing by CustomFieldsController#new as HTML
|
3
|
Current user: admin (id=1)
|
4
|
Rendered custom_fields/select_type.html.erb within layouts/admin (4.0ms)
|
5
|
Rendered admin/_menu.html.erb (14.0ms)
|
6
|
Rendered layouts/base.html.erb (39.0ms)
|
7
|
Filter chain halted as :build_new_custom_field rendered or redirected
|
8
|
Completed 200 OK in 77.0ms (Views: 52.0ms | ActiveRecord: 10.0ms)
|
9
|
Started GET "/custom_fields/new?utf8=%E2%9C%93&type=IssueCustomField" for 127.0.0.1 at 2014-10-15 10:01:44 +0800
|
10
|
Processing by CustomFieldsController#new as HTML
|
11
|
Parameters: {"utf8"=>"✓", "type"=>"IssueCustomField"}
|
12
|
Current user: admin (id=1)
|
13
|
Rendered custom_fields/_form.html.erb (11.0ms)
|
14
|
Rendered custom_fields/new.html.erb within layouts/admin (14.0ms)
|
15
|
Completed 500 Internal Server Error in 28.0ms
|
16
|
|
17
|
ActionView::Template::Error (undefined method `description' for #<IssueCustomField:0x8143950>):
|
18
|
4: <div class="box tabular">
|
19
|
5: <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
20
|
6: <p><%= f.text_field :name, :required => true %></p>
|
21
|
7: <p><%= f.text_area :description, :rows => 7 %></p>
|
22
|
8:
|
23
|
9: <% if @custom_field.format.multiple_supported %>
|
24
|
10: <p>
|
25
|
lib/redmine/views/labelled_form_builder.rb:31:in `text_area'
|
26
|
app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948'
|
27
|
app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084'
|
28
|
app/helpers/application_helper.rb:1043:in `labelled_form_for'
|
29
|
app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084'
|
30
|
|
31
|
|
32
|
Started GET "/custom_fields/new?utf8=%E2%9C%93&type=GroupCustomField" for 127.0.0.1 at 2014-10-15 10:01:49 +0800
|
33
|
Processing by CustomFieldsController#new as HTML
|
34
|
Parameters: {"utf8"=>"✓", "type"=>"GroupCustomField"}
|
35
|
Current user: admin (id=1)
|
36
|
Rendered custom_fields/_form.html.erb (16.0ms)
|
37
|
Rendered custom_fields/new.html.erb within layouts/admin (18.0ms)
|
38
|
Completed 500 Internal Server Error in 33.0ms
|
39
|
|
40
|
ActionView::Template::Error (undefined method `description' for #<GroupCustomField:0x81d29f0>):
|
41
|
4: <div class="box tabular">
|
42
|
5: <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
43
|
6: <p><%= f.text_field :name, :required => true %></p>
|
44
|
7: <p><%= f.text_area :description, :rows => 7 %></p>
|
45
|
8:
|
46
|
9: <% if @custom_field.format.multiple_supported %>
|
47
|
10: <p>
|
48
|
lib/redmine/views/labelled_form_builder.rb:31:in `text_area'
|
49
|
app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948'
|
50
|
app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084'
|
51
|
app/helpers/application_helper.rb:1043:in `labelled_form_for'
|
52
|
app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084'
|
53
|
|
54
|
|
55
|
Started GET "/custom_fields/new?utf8=%E2%9C%93&type=IssuePriorityCustomField" for 127.0.0.1 at 2014-10-15 10:01:53 +0800
|
56
|
Processing by CustomFieldsController#new as HTML
|
57
|
Parameters: {"utf8"=>"✓", "type"=>"IssuePriorityCustomField"}
|
58
|
Current user: admin (id=1)
|
59
|
Rendered custom_fields/_form.html.erb (9.0ms)
|
60
|
Rendered custom_fields/new.html.erb within layouts/admin (11.0ms)
|
61
|
Completed 500 Internal Server Error in 21.0ms
|
62
|
|
63
|
ActionView::Template::Error (undefined method `description' for #<IssuePriorityCustomField:0x8250a08>):
|
64
|
4: <div class="box tabular">
|
65
|
5: <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
66
|
6: <p><%= f.text_field :name, :required => true %></p>
|
67
|
7: <p><%= f.text_area :description, :rows => 7 %></p>
|
68
|
8:
|
69
|
9: <% if @custom_field.format.multiple_supported %>
|
70
|
10: <p>
|
71
|
lib/redmine/views/labelled_form_builder.rb:31:in `text_area'
|
72
|
app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948'
|
73
|
app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084'
|
74
|
app/helpers/application_helper.rb:1043:in `labelled_form_for'
|
75
|
app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084'
|
76
|
|
77
|
|
78
|
Started GET "/custom_fields/new?utf8=%E2%9C%93&type=TimeEntryCustomField" for 127.0.0.1 at 2014-10-15 10:01:56 +0800
|
79
|
Processing by CustomFieldsController#new as HTML
|
80
|
Parameters: {"utf8"=>"✓", "type"=>"TimeEntryCustomField"}
|
81
|
Current user: admin (id=1)
|
82
|
Rendered custom_fields/_form.html.erb (11.0ms)
|
83
|
Rendered custom_fields/new.html.erb within layouts/admin (19.0ms)
|
84
|
Completed 500 Internal Server Error in 28.0ms
|
85
|
|
86
|
ActionView::Template::Error (undefined method `description' for #<TimeEntryCustomField:0x82c8b40>):
|
87
|
4: <div class="box tabular">
|
88
|
5: <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
89
|
6: <p><%= f.text_field :name, :required => true %></p>
|
90
|
7: <p><%= f.text_area :description, :rows => 7 %></p>
|
91
|
8:
|
92
|
9: <% if @custom_field.format.multiple_supported %>
|
93
|
10: <p>
|
94
|
lib/redmine/views/labelled_form_builder.rb:31:in `text_area'
|
95
|
app/views/custom_fields/_form.html.erb:7:in `_app_views_custom_fields__form_html_erb__209191608_63222948'
|
96
|
app/views/custom_fields/new.html.erb:6:in `block in _app_views_custom_fields_new_html_erb__362869247_61455084'
|
97
|
app/helpers/application_helper.rb:1043:in `labelled_form_for'
|
98
|
app/views/custom_fields/new.html.erb:5:in `_app_views_custom_fields_new_html_erb__362869247_61455084'
|