Redirected to old ticket after adding an issue
Created by: Azaret
Hi, Run into some weird stuff today, quite annoying. I was creating a new issue, then after clicking on the save button, I landed on an old closed issue, and no new issue was created.
Here are the logs :
Started POST "/*****/*****/issues" for 192.168.10.77 at 2014-04-11 14:31:17 +0200
Processing by Projects::IssuesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TApN9TaufwvRXJ4ec8sE6Ior46EjefsgA34FTWjH+U0=", "issue"=>{"title"=>"DEBUG Upload de fichier, si caractère invalid, le changer et pas empêcher l'upload", "description"=>"", "assignee_id"=>"", "milestone_id"=>"59", "label_list"=>"Urgent, Bug, "}, "project_id"=>"*****/*****"}
Redirected to http://*****.com/*****/*****/issues/423
Completed 302 Found in 731ms (ActiveRecord: 46.2ms)
Started GET "/*****/*****/issues/423" for 192.168.10.77 at 2014-04-11 14:31:17 +0200
Processing by Projects::IssuesController#show as HTML
Parameters: {"project_id"=>"*****/*****", "id"=>"423"}
Redirected to http://*****.com/*****/*****/issues/200
Filter chain halted as :issue rendered or redirected
Completed 302 Found in 37ms (ActiveRecord: 4.2ms)
Started GET "/*****/*****/issues/200" for 192.168.10.77 at 2014-04-11 14:31:18 +0200
Processing by Projects::IssuesController#show as HTML
Parameters: {"project_id"=>"*****/*****", "id"=>"200"}
Rendered votes/_votes_block.html.haml (6.1ms)
Rendered projects/issues/_issue_context.html.haml (11.4ms)
Rendered projects/notes/_note.html.haml (27.2ms)
Rendered projects/notes/_note.html.haml (9.2ms)
Rendered projects/notes/_note.html.haml (27.6ms)
Rendered projects/notes/_note.html.haml (6.5ms)
Rendered projects/notes/_notes.html.haml (368.1ms)
Rendered projects/notes/_form.html.haml (150.4ms)
Rendered projects/notes/_notes_with_form.html.haml (524.2ms)
Rendered projects/issues/show.html.haml within layouts/projects (614.9ms)
Rendered layouts/_head.html.haml (2.1ms)
Rendered layouts/_broadcast.html.haml (2.4ms)
Rendered layouts/_search.html.haml (1.4ms)
Rendered layouts/_head_panel.html.haml (11.1ms)
Rendered layouts/_init_auto_complete.html.haml (0.6ms)
Rendered layouts/_flash.html.haml (0.3ms)
Rendered shared/_no_ssh.html.haml (1.7ms)
Rendered layouts/nav/_project.html.haml (11.7ms)
Completed 200 OK in 719ms (Views: 643.8ms | ActiveRecord: 12.4ms)