GitLab 7.10.4 - 500 error in groups/XXX/milestones page
Created by: n2odnb
Please help! :)
production.log
Processing by Projects::IssuesController#show as HTML Parameters: {"namespace_id"=>"XXX", "project_id"=>"XXX", "id"=>"22"} Completed 200 OK in 223ms (Views: 174.5ms | ActiveRecord: 7.4ms) Started GET "/groups/XXX/milestones" for x.x.x.x at 2015-05-20 11:33:48 +0300 Processing by Groups::MilestonesController#index as HTML Parameters: {"group_id"=>"XXX"} Completed 500 Internal Server Error in 95ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"groups/milestones", :format=>nil, :group_id=>#<Group id: 24, name: "XXX", path: "XXX", owner_id: nil, created_at: "2015-05-14 12:53:23", updated_at: "2015-05-14 16:05:50", type: "Group", description: "XXX project", avatar: "o_b11da8d0c773652f-0.png">, :id=>"", :milestone=>{:state_event=>:close}, :title=>"релиз"} missing required keys: [:id]):
4: - if milestone.closed?
5: = link_to 'Reopen Milestone', group_milestone_path(@group, milestone.safe_title, title: milestone.title, milestone: {state_event: :activate }), method: :put, class: "btn btn-sm btn-grouped btn-reopen"
6: - else
7: = link_to 'Close Milestone', group_milestone_path(@group, milestone.safe_title, title: milestone.title, milestone: {state_event: :close }), method: :put, class: "btn btn-sm btn-close"
8: %h4
9: = link_to_gfm truncate(milestone.title, length: 100), group_milestone_path(@group, milestone.safe_title, title: milestone.title)
10: .row
app/views/groups/milestones/_milestone.html.haml:7:in _app_views_groups_milestones__milestone_html_haml__4000946572473785658_70307700684220' app/views/groups/milestones/index.html.haml:21:in
block in _app_views_groups_milestones_index_html_haml__3795436627044772478_70307701103660'
app/views/groups/milestones/index.html.haml:20:in each' app/views/groups/milestones/index.html.haml:20:in
_app_views_groups_milestones_index_html_haml__3795436627044772478_70307701103660'