fix: Add multi-select toggle also in activities page. Make JS controller compatible also in this view.

This commit is contained in:
Alessio Cappa
2025-12-13 13:43:21 +01:00
parent 4a39f65987
commit 2cfd431554
6 changed files with 31 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ export default class extends Controller {
})
if (!shouldShow) {
const bulkSelectElement = this.element.closest("[data-controller~='bulk-select']");
const bulkSelectElement = document.querySelector("[data-controller~='bulk-select']");
if (bulkSelectElement) {
const bulkSelectController = this.application.getControllerForElementAndIdentifier(
bulkSelectElement,