View Issue Details

This bug affects 1 person(s).
 12
IDProjectCategoryView StatusLast Update
19116Bug reportsOtherpublic2023-09-30 23:02
Reporterak125199 Assigned Tomfavetti  
PrioritynoneSeverityblock 
Status resolvedResolutionfixed 
Product Version6.2.x 
Summary19116: wrong variable name in general.php
Description

When changing default theme under "global settings"->general the changed name is not being saved. when looking in _general.php the
<option value='<?php echo CHtml::encode($themeName); ?>' is wrong and should be
<option value='<?php echo CHtml::encode($templatename); ?>'

Steps To Reproduce

Steps to reproduce

changing theme in general settings -> general -> default theme and clicking on save button

Expected result

the changed theme should be activated and taken in the option value

Actual result

the option value is not getting populated so always the first value gets selected

TagsNo tags attached.
Bug heat12
Complete LimeSurvey version number (& build)6.2.9
I will donate to the project if issue is resolvedNo
Browser
Database type & versionpsql 14
Server OS (if known)reocky 9.2
Webserver software & version (if known)
PHP Version8.1

Relationships

has duplicate 19136 closedmfavetti Undefined variable in admin global settings general subview 

Users monitoring this issue

There are no users monitoring this issue.

Issue History

Date Modified Username Field Change
2023-09-26 11:58 ak125199 New Issue
2023-09-29 01:42 mfavetti Relationship added has duplicate 19101
2023-09-29 01:42 mfavetti Bug heat 0 => 8
2023-09-30 16:03 DenisChenu Note Added: 77447
2023-09-30 16:03 DenisChenu Bug heat 8 => 10
2023-09-30 16:04 DenisChenu Assigned To => mfavetti
2023-09-30 16:04 DenisChenu Status new => resolved
2023-09-30 16:04 DenisChenu Resolution open => fixed
2023-09-30 23:02 mfavetti Relationship added has duplicate 19136
2023-09-30 23:02 mfavetti Bug heat 10 => 16
2023-09-30 23:02 mfavetti Relationship deleted has duplicate 19101
2023-09-30 23:02 mfavetti Bug heat 16 => 10
2023-10-04 11:28 mfavetti Bug heat 10 => 12