Skip to content

[FIX] (folders table): select all handles visible rows only - #700

Merged
Kurtil merged 1 commit into
developfrom
fix/selectAllHandlesVisibleRowsOnly
Jul 27, 2026
Merged

[FIX] (folders table): select all handles visible rows only#700
Kurtil merged 1 commit into
developfrom
fix/selectAllHandlesVisibleRowsOnly

Conversation

@Kurtil

@Kurtil Kurtil commented Jul 26, 2026

Copy link
Copy Markdown
Member

https://platform-dev-selectallhandlesvisiblerowsonly.bimdata.io

Refs: #697

Description

Filtering the file list does not affect bulk selection actions.

For example, after filtering files by tag and clicking Select all, actions such as deletion are applied to every file rather than only to the filtered results.

Steps to reproduce

Open a project containing multiple files.
Filter the files using a tag.
Click Select all.
Trigger a bulk action, such as Delete.

Actual behavior
All project files are selected and affected, including files that are not displayed by the active filter.

Expected behavior
When a filter is active, Select all should select only the files included in the filtered results.

Impact
This can lead to unintended destructive actions, including the deletion of files that were not visible to the user.

Clipchamp

Types of changes

  • Bug fix (non-breaking change which fixes an issue) DON'T FORGET TO SEND THE PR INTO RELEASE
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • My code follows the code style of this project.
  • I have tested my code.
  • My code add or change i18n tokens
  • I want to run the tests for the commits of this PR

@Kurtil
Kurtil requested a review from NicolasRichel July 26, 2026 13:30
@Kurtil Kurtil self-assigned this Jul 26, 2026
@Kurtil Kurtil added the Bug label Jul 26, 2026
@Kurtil
Kurtil merged commit 12a9b8b into develop Jul 27, 2026
2 checks passed
@Kurtil
Kurtil deleted the fix/selectAllHandlesVisibleRowsOnly branch July 27, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants