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

fix: Select All should only select selectable items #878

Merged
merged 5 commits into from
May 28, 2024

Conversation

salisdemos
Copy link
Contributor

In dpDataTable:
If the feature "lock item" (lockCheckboxBy) is on, these items shouldn't be selected when using select all.

if the feature "lock item" is on, these items shouldn't be selected when using select all.
@salisdemos salisdemos self-assigned this May 28, 2024
Copy link
Contributor

@spiess-demos spiess-demos left a comment

Choose a reason for hiding this comment

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

lgtm (code review)

CHANGELOG.md Outdated
@@ -12,6 +12,7 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c

### Changed

- ([#878](https://github.com/demos-europe/demosplan-ui/pull/878)) BREAKING: Prevent "select all" in DpDataTable to select "locked" items. Before all items per page where selected, independed of the the lock state ([@salisdemos](https://github.com/salisdemos))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- ([#878](https://github.com/demos-europe/demosplan-ui/pull/878)) BREAKING: Prevent "select all" in DpDataTable to select "locked" items. Before all items per page where selected, independed of the the lock state ([@salisdemos](https://github.com/salisdemos))
- ([#878](https://github.com/demos-europe/demosplan-ui/pull/878)) BREAKING: Prevent "select all" in DpDataTable from selecting "locked" items. Before, all items per page were selected, independent of the lock state ([@salisdemos](https://github.com/salisdemos))

CHANGELOG.md Outdated Show resolved Hide resolved
@salisdemos salisdemos requested a review from hwiem May 28, 2024 13:49
@salisdemos salisdemos merged commit 27ddf91 into main May 28, 2024
1 check passed
@salisdemos salisdemos deleted the f_DPLAN-11601-selectall_only_for_selectables branch May 28, 2024 14:00
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.

3 participants