Skip to content

Pro 7563 images checkbox #4918

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

Merged
merged 3 commits into from
Apr 14, 2025
Merged

Pro 7563 images checkbox #4918

merged 3 commits into from
Apr 14, 2025

Conversation

ValJed
Copy link
Contributor

@ValJed ValJed commented Apr 14, 2025

PRO-7563

Summary

Gets back images checkboxes, do you see any place where we want to hide them now? Maybe we can just remove the option, or maybe not for BC.

What are the specific steps to test this change?

Checkboxes are visible like before for batch operations.

Cypress 🟢

What kind of change does this PR introduce?

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Build-related changes
  • Other

Make sure the PR fulfills these requirements:

  • It includes a) the existing issue ID being resolved, b) a convincing reason for adding this feature, or c) a clear description of the bug it resolves
  • The changelog is updated
  • Related documentation has been updated
  • Related tests have been updated

@ValJed ValJed requested a review from stuartromanek April 14, 2025 15:37
@@ -88,9 +88,6 @@
:module-options="moduleOptions"
:max-reached="maxReached()"
:is-last-page="isLastPage"
:options="{
hideCheckboxes: !relationshipField
}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you see another context where we would like to hide them?

return {};
return {
hideCheckboxes: false
};
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Default options

@@ -265,7 +267,8 @@ export default {
}

.apos-media-manager-display__cell:hover .apos-media-manager-display__checkbox,
.apos-media-manager-display__cell.apos-is-selected .apos-media-manager-display__checkbox {
.apos-media-manager-display__cell.apos-is-selected
.apos-media-manager-display__checkbox {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

linter

@ValJed ValJed merged commit 676ae21 into main Apr 14, 2025
9 checks passed
@ValJed ValJed deleted the pro-7563-images-checkbox branch April 14, 2025 15:58
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.

2 participants