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

Closed
Open
Created Mar 25, 2014 by Administrator@rootOwner

Failed to save project settings

Created by: adamansky

Project settings save failed with NoMethodError (undefined method `import_status' :

Started PATCH "/gitlab/foo/site" for xx.xx.xx.xx at 2014-03-26 02:00:13 +0700
Processing by ProjectsController#update as JS
  Parameters: {"utf8"=>"✓", "project"=>{"name"=>"site", "description"=>"", "default_branch"=>"master", "visibility_level"=>"0", "label_list"=>"", "issues_enabled"=>"1", "merge_requests_enabled"=>"1", "wiki_enabled"=>"1", "wall_enabled"=>"0", "snippets_enabled"=>"1"}, "commit"=>"Save changes", "id"=>"foo/site"}
Completed 500 Internal Server Error in 120ms

NoMethodError (undefined method `import_status' for #<Project:0x000000041949f8>):
  app/services/projects/update_service.rb:16:in `execute'
  app/controllers/projects_controller.rb:32:in `update'
  app/controllers/application_controller.rb:58:in `set_current_user_for_thread'

Environment:

GitLab: 6.7.2
GitLab Shell: 1.9.1
Ruby: 2.1.0p0
Rails: 4.0.3
OS: Ubuntu 12.04 LTS x64 
Assignee
Assign to
Time tracking