Skip to content

Fix error when creating labels in a new issue in the boards page

Rubén Moya requested to merge (removed):54311-fix-board-add-label into master

What does this MR do?

This MR fixes a problem when adding labels to a newly created issue from the boards page (more info in the linked issue).

After some debugging I found out we weren't adding assignableLabelsEndpoint to the issue after creating it like we do with some other values so the data-labels attribute wasn't added.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/54311

Does this MR meet the acceptance criteria?

Closes #54311 (closed)

Edited by Rubén Moya

Merge request reports