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
  • #5265

Closed
Open
Created Oct 04, 2013 by Administrator@rootOwner

drop-down menu of team member not appear

Created by: m-saito

I have installed Gitlab6.0 on CentOS6.3 following the installation doc on github. Gitlab is running on apache with unicorn. Everything seems to work fine, but in "New Team member(s)" page, drop-down menu to choose member doesn't appear.

team_member

Step the reproduction: Project settings - Members - New team member

When click [New team member], gitlab/log/production.log have these lines.

Started GET "/msaito/td-agent_test/team_members/new" for xx.xx.xx.xx at 2013-10-04 08:55:41 +0900 Processing by Projects::TeamMembersController#new as HTML Parameters: {"project_id"=>"msaito/td-agent_test"} Rendered projects/team_members/_form.html.haml (2.0ms) Rendered projects/team_members/new.html.haml within layouts/project_settings (2.4ms) Rendered layouts/_head.html.haml (1.2ms) Rendered layouts/_search.html.haml (14.9ms) Rendered layouts/_head_panel.html.haml (20.8ms) Rendered layouts/_init_auto_complete.html.haml (5.3ms) Rendered layouts/_flash.html.haml (0.1ms) Rendered shared/_no_ssh.html.haml (1.1ms) Rendered layouts/nav/_project.html.haml (9.6ms) Rendered projects/_settings_nav.html.haml (1.9ms) Completed 200 OK in 71ms (Views: 42.8ms | ActiveRecord: 4.2ms) Started GET "/assets/logo-black.png" for xx.xx.xx.xx at 2013-10-04 08:55:42 +0900 Started GET "/assets/icon-search.png" for xx.xx.xx.xx at 2013-10-04 08:55:42 +0900 Served asset /icon-search.png - 304 Not Modified (0ms)

Served asset /logo-black.png - 304 Not Modified (0ms)

I also checked the appache log, but not any error messages are shown.

Why not drop-down menu appeared? Thanks in advance.

Assignee
Assign to
Time tracking