View | Details | Raw Unified | Return to bug 40819
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 2475-2481 Link Here
2475
            });
2475
            });
2476
2476
2477
            // Apply select2 to all select fields having a "multiple" attribute
2477
            // Apply select2 to all select fields having a "multiple" attribute
2478
            let selectFields = document.querySelectorAll('select[multiple]');
2478
            let selectFields = document.querySelectorAll('#report_param_form select[multiple]');
2479
            selectFields.forEach((selectField) => {
2479
            selectFields.forEach((selectField) => {
2480
                selectField.style.minWidth = '320px';
2480
                selectField.style.minWidth = '320px';
2481
                $(selectField).select2();
2481
                $(selectField).select2();
2482
- 

Return to bug 40819