Bulk editing Labels not applying label
Summary
When attempting to bulk add a label to a set of issues from the issue list, the label addition is not being applied.
Steps to reproduce
- Go to issue list
- Click Edit Issue
- Select at least one issue
- Add a label
- Click Update All
Example Project
Occurred on GitLab.org for me.
What is the current bug behavior?
When attempting to bulk add a label to a set of issues from the issue list, the label addition is not being applied.
What is the expected correct behavior?
Bulk edits should actual edit the issues selected.
Relevant logs and/or screenshots
Was attempting to add the GitLab Ultimate label to a set of issues in an Epic. (Some already had it) When I selected all issues, the GitLab Ultimate wasn't applied, when I selected a single issue, the GitLab Ultimate wasn't applied
Issue List query https://gitlab.com/groups/gitlab-org/-/issues?scope=all&utf8=%E2%9C%93&state=opened&epic_id=15028
Video of bug: bulk-edit-issues-bug
Output of checks
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)