Manual issue sort is not possible across paginated pages
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
When using manual sorting on an issue list that has greater than 100 issues (pagination required), there is no way to drag an issue across pages.
Steps to reproduce
Create an issue list with >100 issues. Choose Manual Sort from top right drop down. Go to 2nd or 3rd page and attempt to drag an issue to the first page. There is no way to do this, it appears you can only sort issues within the page you are currently on.
Example Project
Any project with an issues list that contains >100 issues. For example - https://gitlab.com/vehernandez/the-quark-app/issues?sort=relative_position&state=opened
(If you are using an older version of GitLab, this will also determine whether the bug is fixed in a more recent version)
What is the current bug behavior?
When using manual sort, a user can only sort within the page they are currently on.
What is the expected correct behavior?
When using manual sort, a user should be able to drag an issue across pages to place it in the appropriate location.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise.)
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)