View Issue Details

This issue affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
20363Bug reportsSurvey editingpublic2025-11-25 00:26
Reporterspec Assigned To 
PrioritynoneSeverityminor 
Status newResolutionopen 
Summary20363: Multiselect options no longer activate the multi-edit combo box
Description

On any screen that allows multiple selections (e.g. surveys or central participant database), when you select multiple options the combo box to edit the selected items stays disabled.
Previously, choosing multiple items would activate the combo which could then be used to edit multiple items selected. For example, changing the status of multiple surveys or adding multiple participants to a survey using the central participant database.

Steps To Reproduce

Steps to reproduce

Open the surveys screen and select multiple surveys

Expected result

The multi select combo box on the bottom of the screen should become active with the options to edit multiple surveys

Actual result

The multi select combo box on the bottom of the screen remains deactivated / disabled

TagsNo tags attached.
Attached Files
Bug heat2
Complete LimeSurvey version number (& build)6.16.0+251120
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL 8.3.26
Server OS (if known)Redhat Linux
Webserver software & version (if known)
PHP Version8.3.26

Users monitoring this issue

There are no users monitoring this issue.

Activities

spec

spec

2025-11-25 00:26

reporter   ~83923

I was able to get this resolved by checking the error logs from cPanel Admin in GoDaddy and noting that the error was related to several .htaccess files whih were referencing <IfVersion commands which were showing up a s invalid. Once I commented out these .htaccess files, the grid options started working as intended. Below is an example of one of the files after commenting out the options.
/application/extensions/admin/grid/GridActionsWidget/assets/.htaccess
#<IfVersion < 2.4>

Order Allow,Deny

Allow from all

#</IfVersion>
#<IfVersion >= 2.4>

Require all granted

<IfModule mod_access_compat.c>

Order Allow,Deny

Allow from all

</IfModule>

#</IfVersion>

Issue History

Date Modified Username Field Change
2025-11-20 15:38 spec New Issue
2025-11-20 15:38 spec File Added: 2025-11-20 09_19_56-Greenshot.png
2025-11-25 00:26 spec Note Added: 83923
2025-11-25 00:26 spec Bug heat 0 => 2