Task List not updating via ajax: ERR_EMPTY_RESPONSE in 7.4
Created by: arruda
When I create a task list inside an issue, it is created ok, but when I try to check any of the tasks created, it doesn't save this (so if I reload the page it's no longer checked).
Also when I got into the JS console, I see this (after clicking any checkboxs of the task list):
PATCH http://my_gitlab_address.com/my_project_group/my_project/issues/155 net::ERR_EMPTY_RESPONSE application-d78e3aebfdf9aa068bc71234b2bfea02.js:3
ot.ajaxTransport.send application-d78e3aebfdf9aa068bc71234b2bfea02.js:3
ot.extend.ajax application-d78e3aebfdf9aa068bc71234b2bfea02.js:3
window.updateTaskState application-d78e3aebfdf9aa068bc71234b2bfea02.js:42
ot.event.dispatch application-d78e3aebfdf9aa068bc71234b2bfea02.js:2
ot.event.add.m.handle
If I manually edit the text in the description of the issue to have the [ x ]
text, then it renders task as checked.
Also I didn't get anything unusual(I think) in the production.log:
Started GET "/my_project_group/my_project/notes?target_id=192&target_type=issue&last_fetched_at=1414590323" for 127.0.0.1 at 2014-10-29 11:45:35 -0200
Processing by Projects::NotesController#index as JSON
Parameters: {"target_id"=>"192", "target_type"=>"issue", "last_fetched_at"=>"1414590323", "project_id"=>"my_project_group/my_project"}
Completed 200 OK in 33ms (Views: 0.3ms | ActiveRecord: 4.9ms)
Started GET "/my_project_group/my_project/notes?target_id=192&target_type=issue&last_fetched_at=1414590335" for 127.0.0.1 at 2014-10-29 11:45:38 -0200
Processing by Projects::NotesController#index as JSON
Parameters: {"target_id"=>"192", "target_type"=>"issue", "last_fetched_at"=>"1414590335", "project_id"=>"my_project_group/my_project"}
Completed 200 OK in 37ms (Views: 0.3ms | ActiveRecord: 5.2ms)
Also I'm using Gitlab 7.4.0