Issues page render 404 for migrated project
Created by: civing
I migrated my gitlab server instance from 3.something to 6.2. When trying to access the issues page for one of the migrated project I get a 404.
From the git/gitlab/log/production.log:
Started GET "/troniks/ecumon/issues" for 81.186.244.117 at 2014-01-29 21:11:14 +0100
Processing by Projects::IssuesController#index as HTML
Parameters: {"project_id"=>"troniks/ecumon"}
Rendered projects/issues/_head.html.haml (17.7ms)
Rendered shared/_project_filter.html.haml (8.3ms)
Rendered projects/issues/_issue.html.haml (24.6ms)
Rendered projects/issues/_issues.html.haml (160.4ms)
Rendered projects/issues/index.html.haml within layouts/projects (216.7ms)
Completed 500 Internal Server Error in 443ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"projects/issues", :project_id=>#<Project id: 3, name: "ECUmon", path: "ecumon", description: nil, created_at: "2012-11-17 20:30:12", updated_at: "2013-10-15 22:08:20", creator_id: 2, default_branch: "master", issues_enabled: true, wall_enabled: true, merge_requests_enabled: true, wiki_enabled: true, namespace_id: 5, public: false, issues_tracker: "gitlab", issues_tracker_id: nil, snippets_enabled: true, last_activity_at: nil, imported: false, import_url: nil>, :id=>#<Issue id: 15, title: "Terminal erase characters", assignee_id: nil, author_id: 2, project_id: 3, created_at: "2013-07-10 21:12:17", updated_at: "2013-07-10 21:12:17", position: 0, branch_name: nil, description: "Make terminal erase character from the buffer if an...", milestone_id: nil, state: "opened", iid: nil>}):
app/views/projects/issues/_issue.html.haml:1:in `_app_views_projects_issues__issue_html_haml__624752125_74595500'
app/views/projects/issues/_issues.html.haml:83:in `_app_views_projects_issues__issues_html_haml___705410268_88789870'
app/views/projects/issues/index.html.haml:23:in `_app_views_projects_issues_index_html_haml__396998026_75739440'
app/controllers/projects/issues_controller.rb:27:in `index'
app/controllers/application_controller.rb:54:in `set_current_user_for_thread'