Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #8731

Closed
Open
Created Feb 04, 2015 by Administrator@rootOwner

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:ineach' app/views/groups/milestones/index.html.haml:24:in `_app_views_groups_milestones_index_html_haml__4310615663744662143_41675940'

Assignee
Assign to
Time tracking