Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server: cancel_workunits.php range deletion doesn't work #5807

Closed
Gaider10 opened this issue Sep 14, 2024 · 0 comments · Fixed by #5808
Closed

Server: cancel_workunits.php range deletion doesn't work #5807

Gaider10 opened this issue Sep 14, 2024 · 0 comments · Fixed by #5808

Comments

@Gaider10
Copy link

Describe the bug
cancel_workunits.php range deletion doesn't work

Steps To Reproduce

  1. Have workunits to cancel
  2. Go to the ops cancel_workunits.php page
  3. Enter ID of first WU and ID of last WU
  4. Press Cancel jobs and see that no workunits get selected

Expected behavior
Range deletion should work

Additional context
maxid is mistyped

$minid = get_int('minid', true);
$minid = get_int('maxid', true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants