Skip to content

Fix updating boards through API

Sean McGivern requested to merge fix-boards-api-update into master

What does this MR do?

There were a couple of issues here:

  1. Because an empty labels key was in the params, it was blowing up as ActiveRecord's expecting a board's labels to be an association.
  2. The API wouldn't allow removing labels, assignee, etc.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11440.

Merge request reports