1
|
Completed 200 OK in 557ms (Views: 493.7ms | ActiveRecord: 55.4ms)
|
2
|
Started GET "/redmine/projects/new_nutror/issues/new" for 177.139.219.9 at 2018-01-23 14:53:54 +0000
|
3
|
Processing by IssuesController#new as HTML
|
4
|
Parameters: {"project_id"=>"new_nutror"}
|
5
|
Current user: wqueiroz (id=59)
|
6
|
Rendered issues/_form_custom_fields.html.erb (8.5ms)
|
7
|
Rendered issues/_attributes.html.erb (24.6ms)
|
8
|
Rendered plugins/scrum/app/views/scrum_hooks/issues/_form.html.erb (9.0ms)
|
9
|
Rendered plugins/redmine_agile/app/views/issues/_issue_story_points_form.html.erb (1.5ms)
|
10
|
Rendered plugins/redmine_agile/app/views/issues/_agile_data_fields.html.erb (2.1ms)
|
11
|
Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (1.3ms)
|
12
|
Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (1.2ms)
|
13
|
Rendered plugins/redmine_checklists/app/views/issues/_checklist_form.html.erb (5.2ms)
|
14
|
Rendered issues/_form.html.erb (52.5ms)
|
15
|
Rendered attachments/_form.html.erb (2.5ms)
|
16
|
Rendered issues/new.html.erb within layouts/base (68.2ms)
|
17
|
Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.4ms)
|
18
|
Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (9.1ms)
|
19
|
Completed 200 OK in 150ms (Views: 94.0ms | ActiveRecord: 26.7ms)
|
20
|
Started POST "/redmine/projects/new_nutror/issues/new.js" for 177.139.219.9 at 2018-01-23 14:53:57 +0000
|
21
|
Processing by IssuesController#new as JS
|
22
|
Parameters: {"utf8"=>"✓", "authenticity_token"=>"erlFU/Sll23f29jVqdGIdI5JUM5ohoJU98r0UEzquGcvQSshWgGtL9NFGTy48SEoSQf3sWZ5bEnxZVh3ypMMsA==", "form_update_triggered_by"=>"issue_tracker_id", "issue"=>{"is_private"=>"0", "tracker_id"=>"2", "subject"=>"", "description"=>"", "status_id"=>"1", "priority_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2018-01-23", "due_date"=>"", "estimated_hours"=>"", "custom_field_values"=>{"5"=>""}, "sprint_id"=>"15", "pending_effort"=>"0", "agile_data_attributes"=>{"story_points"=>""}, "checklists_attributes"=>{"0"=>{"is_done"=>"0", "subject"=>"", "_destroy"=>"false", "position"=>"1", "id"=>""}}}, "was_default_status"=>"1", "project_id"=>"new_nutror"}
|
23
|
Current user: wqueiroz (id=59)
|
24
|
Rendered issues/_form_custom_fields.html.erb (7.1ms)
|
25
|
Rendered issues/_attributes.html.erb (45.5ms)
|
26
|
Rendered plugins/scrum/app/views/scrum_hooks/issues/_form.html.erb (13.9ms)
|
27
|
Rendered plugins/redmine_agile/app/views/issues/_issue_story_points_form.html.erb (3.4ms)
|
28
|
Rendered plugins/redmine_agile/app/views/issues/_agile_data_fields.html.erb (7.1ms)
|
29
|
Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (6.1ms)
|
30
|
Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (5.7ms)
|
31
|
Rendered plugins/redmine_checklists/app/views/issues/_checklist_form.html.erb (26.5ms)
|
32
|
Rendered issues/_form.html.erb (113.5ms)
|
33
|
Rendered issues/new.js.erb (118.6ms)
|
34
|
Completed 200 OK in 375ms (Views: 135.6ms | ActiveRecord: 39.9ms)
|
35
|
Started POST "/redmine/projects/new_nutror/issues" for 177.139.219.9 at 2018-01-23 14:54:05 +0000
|
36
|
Processing by IssuesController#create as HTML
|
37
|
Parameters: {"utf8"=>"✓", "authenticity_token"=>"erlFU/Sll23f29jVqdGIdI5JUM5ohoJU98r0UEzquGcvQSshWgGtL9NFGTy48SEoSQf3sWZ5bEnxZVh3ypMMsA==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "tracker_id"=>"2", "subject"=>"Teste", "description"=>"", "status_id"=>"1", "priority_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2018-01-23", "due_date"=>"", "estimated_hours"=>"", "custom_field_values"=>{"3"=>"", "1"=>"", "4"=>"", "5"=>""}, "sprint_id"=>"16", "pending_effort"=>"0", "agile_data_attributes"=>{"story_points"=>""}}, "was_default_status"=>"1", "continue"=>"Criar e continuar", "project_id"=>"new_nutror"}
|
38
|
Current user: wqueiroz (id=59)
|
39
|
Completed 500 Internal Server Error in 92ms (ActiveRecord: 13.0ms)
|
40
|
|
41
|
NoMethodError (undefined method `>' for nil:NilClass):
|
42
|
plugins/scrum/lib/scrum/issue_patch.rb:564:in `block in max_position'
|
43
|
plugins/scrum/lib/scrum/issue_patch.rb:563:in `each'
|
44
|
plugins/scrum/lib/scrum/issue_patch.rb:563:in `max_position'
|
45
|
plugins/scrum/lib/scrum/issue_patch.rb:576:in `move_issue_to_the_end_of_the_sprint'
|
46
|
plugins/scrum/lib/scrum/issue_patch.rb:463:in `update_position'
|
47
|
app/models/issue.rb:182:in `create_or_update'
|
48
|
app/controllers/issues_controller.rb:141:in `create'
|
49
|
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
|
50
|
|