Skip to content

WebUI: fix 'enable/disable all' checkbox not working#23852

Merged
Chocobo1 merged 1 commit intoqbittorrent:masterfrom
Chocobo1:webui_content_select
Feb 19, 2026
Merged

WebUI: fix 'enable/disable all' checkbox not working#23852
Chocobo1 merged 1 commit intoqbittorrent:masterfrom
Chocobo1:webui_content_select

Conversation

@Chocobo1
Copy link
Member

@Chocobo1 Chocobo1 commented Feb 17, 2026

Related: #23837 (comment)

@Chocobo1 Chocobo1 added this to the 5.2 milestone Feb 17, 2026
@Chocobo1 Chocobo1 added WebUI WebUI-related issues/changes Hotfix Fix some bug(s) introduced by recently merged commit(s) labels Feb 17, 2026
@Chocobo1 Chocobo1 marked this pull request as ready for review February 17, 2026 10:16
@Chocobo1 Chocobo1 merged commit 76990fd into qbittorrent:master Feb 19, 2026
14 of 15 checks passed
@Chocobo1 Chocobo1 deleted the webui_content_select branch February 19, 2026 08:39
glassez pushed a commit to glassez/qBittorrent that referenced this pull request Feb 19, 2026
if (checkbox.state === TriState.Checked) {
setCheckboxUnchecked(checkbox);
for (const row of torrentFilesTable.rows) {
for (const row of torrentFilesTable.rows.values()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably use torrentFilesTable.getRowValues().

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, feel free to change it in some related PR/commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hotfix Fix some bug(s) introduced by recently merged commit(s) WebUI WebUI-related issues/changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants