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 category checkbox redirect #16159

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -71,7 +71,7 @@ export default class LinkRowActionExtension {
* Only search for cells with non clickable contents to avoid conflicts with
* previous cell behaviour (action, toggle, ...)
*/
const clickableCells = $('td.data-type, td.identifier-type, td.badge-type, td.position-type', $parentRow)
const clickableCells = $('td.data-type, td.identifier-type:not(:has(input)), td.badge-type, td.position-type', $parentRow)
.not($parentCell)
;

Expand Down
6 changes: 3 additions & 3 deletions admin-dev/themes/new-theme/public/attachment.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/backup.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.