Skip to content

Fix resetting selected jobs in UI - #261

Open
BmBaczkowski wants to merge 1 commit into
masterfrom
fix/resetJobs-id-range-bug
Open

Fix resetting selected jobs in UI#261
BmBaczkowski wants to merge 1 commit into
masterfrom
fix/resetJobs-id-range-bug

Conversation

@BmBaczkowski

Copy link
Copy Markdown
Member

Fixes the Reset Jobs dialog so that only explicitly selected jobs are reset.

Previously, selected jobs were converted into one continuous position range. Selecting non-contiguous jobs (e.g., 2 and 4) could therefore also reset unselected jobs between them (2, 3, and 4).

The frontend now sends one single-job range request for each selected job, preserving the existing API.

Closes #259

- Replace a single min/max range request with one request per selected job.
- Ensure only explicitly selected jobs are reset.
- Keep the existing backend API unchanged.

Relates to #259
@BmBaczkowski
BmBaczkowski requested a review from smathot August 2, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resetting selected jobs in UI actually resets a continuous range of jobs

1 participant