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

Closed
Open
Created Oct 29, 2014 by Administrator@rootOwner

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

Assignee
Assign to
Time tracking