Skip to content

WebUI: Fix stale row selection cleanup#23859

Merged
Chocobo1 merged 1 commit intoqbittorrent:masterfrom
Piccirello:webui-stale
Feb 26, 2026
Merged

WebUI: Fix stale row selection cleanup#23859
Chocobo1 merged 1 commit intoqbittorrent:masterfrom
Piccirello:webui-stale

Conversation

@Piccirello
Copy link
Member

selectedRow in rows incorrectly checks array indices instead of row IDs, so selections could be incorrectly kept or pruned.

Follow up to #23837 and #23752.

`selectedRow in rows` incorrectly checks array indices instead of row IDs, so selections could be incorrectly kept or pruned.
@Piccirello Piccirello added this to the 5.3 milestone Feb 19, 2026
@Piccirello Piccirello requested a review from a team February 19, 2026 23:48
@Piccirello Piccirello added the WebUI WebUI-related issues/changes label Feb 19, 2026
@Chocobo1
Copy link
Member

Chocobo1 commented Feb 21, 2026

selectedRow in rows incorrectly checks array indices instead of row IDs, so selections could be incorrectly kept or pruned.

Does v5.2.x. has this issue?
If yes then you should change the Milestone to 5.2 and signal it for backport after merge: #23823 (comment)
The same applies to your other fix PRs.

@Piccirello Piccirello modified the milestones: 5.3, 5.2 Feb 21, 2026
@Piccirello
Copy link
Member Author

I've switched all of my fix PRs' milestone to 5.2.

@Chocobo1 Chocobo1 merged commit f52dd28 into qbittorrent:master Feb 26, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

WebUI WebUI-related issues/changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants