500 error when displaying milestones under group (not under project)
Created by: gzpbx
Gitlab 7.6.2
I see there are "Checking Environment " logs in other issues, I don't know how to get the logs ...
Started GET "/groups/mygroupname/milestones" for 127.0.0.1 at 2015-02-04 12:09:54 +0800 Processing by Groups::MilestonesController#index as HTML Parameters: {"group_id"=>"mygroupname"} Completed 500 Internal Server Error in 191ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"groups/milestones", :format=>nil, :group_id=>#<Group id: 3, name: "mygroupname"
, path: "mygroupname", owner_id: nil, created_at: "2015-01-21 17:06:49", updated_at: "2015-01-21 17:07:00", type: "Group", description: "my group descp", avatar: "WOT_logo_84x84.png">, :id=>"", :milestone=>{:state_event=>:close}, :title=>"
my group title"} missing required keys: [:id]):
28: - if milestone.closed?
29: = link_to 'Reopen Milestone', group_milestone_path(@group, milestone.safe_title, title: milestone.title, milestone: {state_event:
:activate }), method: :put, class: "btn btn-small btn-grouped btn-reopen"
30: - else
31: = link_to 'Close Milestone', group_milestone_path(@group, milestone.safe_title, title: milestone.title, milestone: {state_event: :
close }), method: :put, class: "btn btn-small btn-close"
32: %h4
33: = link_to_gfm truncate(milestone.title, length: 100), group_milestone_path(@group, milestone.safe_title, title: milestone.title)
34: %div
app/views/groups/milestones/index.html.haml:31:in block in _app_views_groups_milestones_index_html_haml__4310615663744662143_41675940' app/views/groups/milestones/index.html.haml:24:in
each'
app/views/groups/milestones/index.html.haml:24:in `_app_views_groups_milestones_index_html_haml__4310615663744662143_41675940'