Skip to content

Fix setting of weight of a new issue in board list

Stan Hu requested to merge sh-fix-boards-new-issue-weight into master

When a new issue were created directly from the issue board list, users were not able to set the weight because the board's store updateWeight checked whether sidebarInfoEndpoint were available. Since it was not set properly, the frontend never attempted to update it.

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

CE backport: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32809

Edited by 🤖 GitLab Bot 🤖

Merge request reports