backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Completed 422 Unprocessable Entity while updating a task from Task Board #1050

Open suneeshanand opened 10 years ago

suneeshanand commented 10 years ago

Im getting the below error when updating a task as a TeamMember from Taskboard (Assign to a user, drag and drop to a new state etc ) . This doesnt happen when I do the same as Administrator. Also when I try to update the task directly from the main Task page, Im able to.

"Completed 422 Unprocessable Entity in 39ms"

bohansen commented 10 years ago

What are the permissions on the team member role regarding to backlogs?

pires commented 10 years ago

This happens to me when I have the following:

But when updating in Taskboard I get something like:

Parameters: {"parent_issue_id"=>"1", "status_id"=>"2", "next"=>"", "id"=>"3", "project_id"=>"1", "authenticity_token"=>"XXXXXXXXXXXXXXXXXX"}

This fails. Shouldn't the parent_issue_id be equal to 1?