-
Notifications
You must be signed in to change notification settings - Fork 601
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
Pro 7563 images checkbox #4918
Conversation
@@ -88,9 +88,6 @@ | |||
:module-options="moduleOptions" | |||
:max-reached="maxReached()" | |||
:is-last-page="isLastPage" | |||
:options="{ | |||
hideCheckboxes: !relationshipField | |||
}" |
There was a problem hiding this comment.
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 | ||
}; |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linter
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?
Make sure the PR fulfills these requirements: