View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
19813Bug reportsTheme editorpublic2024-10-23 18:08
ReporterSESSOU Assigned ToDenisChenu  
PrioritynoneSeveritypartial_block 
Status assignedResolutionopen 
Product Version6.6.x 
Summary19813: Duplicated Bootswatch Theme breaks File picker question
Description

When you copy/duplicate the Bootswatch Theme and choose a new variation for the duplicated theme, then the File Picker question no more works ...

Temporary solution found :

  • The original parameter stored in lime_template_configuration is : {"replace":["css/theme.css","css/custom.css",["css/variations/flatly.min.css"]]}
  • This bug has been solved with this SQL request (where xxxx is the number of the row relative to the duplicated theme) : update lime_template_configuration set files_css='{"replace":["css/theme.css","css/custom.css","css/variations/flatly.min.css"]}' where id=xxxx;
Steps To Reproduce

[Configuration] > [Theme]
Choose Bootswatch Theme and then copy it
Choose the duplicated theme (example : extended_bootswatch by default)
Go to Theme options
Choose a variation from simple options tab (Flatlty for example)
Save the new configuration
Create a survey
Associate the duplicated theme (extended_bootswatch) to this survey
Create a group and a file picker question
Activate survey
Test survey ... The file picker question does not work well ... No file will be collected in the response
Open the browser web inspector
You will find an error about Array file (see screen capture above)

TagsNo tags attached.
Attached Files
Bug heat0
Complete LimeSurvey version number (& build) 6.6.6+241002
I will donate to the project if issue is resolvedNo
BrowserAll kind of browsers (Firefox, Safari, Chrome)
Database type & versionPostgresql 15
Server OS (if known)Debian 12
Webserver software & version (if known)Apache 2.4
PHP Version8.2

Users monitoring this issue

There are no users monitoring this issue.

Activities

Issue History

Date Modified Username Field Change
2024-10-23 18:02 SESSOU New Issue
2024-10-23 18:02 SESSOU File Added: Capture d’écran 2024-10-23 à 17.25.50.png
2024-10-23 18:08 tibor.pacalat Assigned To => DenisChenu
2024-10-23 18:08 tibor.pacalat Status new => assigned