View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20432 | Bug reports | Installation | public | 2026-02-19 10:51 | 2026-02-25 09:12 |
| Reporter | dan24 | Assigned To | gabrieljenik | ||
| Priority | none | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 6.12.x | ||||
| Summary | 20432: Update to V6.14 from V3.27 | ||||
| Description | In version 6.14, showgroupinfo and showqnumcode are no longer in the general settings, but the values ββare still in the database. Therefore, if you want to "hide both," it is no longer possible to display them in v6.14. The code in application/helpersSurveyRuntimeHelper.php still uses: $showqnumcodeglobal = getGlobalSetting('showqnumcode'); | ||||
| Steps To Reproduce | Steps to reproduceuse a version where showgroupinfo and showqnumcode are in the general settings, choose "hide both,". Expected resultif select "Display only the name of group", it should be displayed Actual resultNever display , The result depends on the previous settings made in the general settings. only OK if it's "choose" (Write here what happened instead) | ||||
| Tags | No tags attached. | ||||
| Bug heat | 16 | ||||
| Complete LimeSurvey version number (& build) | 6.14.2+250610 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | firefox, edge, .. | ||||
| Database type & version | Mariadb | ||||
| Server OS (if known) | Nginx | ||||
| Webserver software & version (if known) | |||||
| PHP Version | 7.4 | ||||
| related to | 18450 | confirmed | Deprecated global settings still used |
|
if that can help, here modification of application/helpers# vi SurveyRuntimeHelper.php
// if (($aSurveyinfo['showgroupinfo'] == $showgroupinfoglobal) || ($showgroupinfoglobal == 'choose')) { and line 598 //Redbug 9811 suppression de l'interaction de la globalSettings $showqnumcodeglobal
// if ($showqnumcodeglobal == 'choose') {
// case 'both':
// case 'number':
// case 'code':
// case 'none':
Best regards |
|
|
Still this isue ? Please fix it whole ! https://bugs.limesurvey.org/view.php?id=18450 |
|
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=39353 |
|
|
Hello, Thank you for fix committed. Best regards |
|
The important part is : we don't get or replace by global setting https://github.com/LimeSurvey/LimeSurvey/blob/fe1fa1003314b87716fd4a768bb341f1e6405687/application/helpers/SurveyRuntimeHelper.php#L464 Then : it's OK here , no ?
https://github.com/LimeSurvey/LimeSurvey/pull/4722#issuecomment-3953781129 |
|
|
yes it's OK, No problem, it was just a note to avoid unnecessary code. Have a good day. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-02-19 10:51 | dan24 | New Issue | |
| 2026-02-19 10:51 | dan24 | Issue Monitored: dan24 | |
| 2026-02-19 10:51 | dan24 | Bug heat | 0 => 2 |
| 2026-02-19 11:03 | tibor.pacalat | Assigned To | => gabrieljenik |
| 2026-02-19 11:03 | tibor.pacalat | Status | new => assigned |
| 2026-02-20 11:52 | dan24 | Note Added: 84255 | |
| 2026-02-20 11:52 | dan24 | Bug heat | 2 => 4 |
| 2026-02-23 19:49 | guest | Bug heat | 4 => 10 |
| 2026-02-24 18:16 | gabrieljenik | Assigned To | gabrieljenik => DenisChenu |
| 2026-02-24 18:16 | gabrieljenik | Status | assigned => ready for code review |
| 2026-02-24 18:16 | gabrieljenik | Note Added: 84294 | |
| 2026-02-24 18:16 | gabrieljenik | Bug heat | 10 => 12 |
| 2026-02-24 18:22 | DenisChenu | Note Added: 84295 | |
| 2026-02-24 18:22 | DenisChenu | Bug heat | 12 => 14 |
| 2026-02-24 18:22 | DenisChenu | Relationship added | related to 18450 |
| 2026-02-24 22:36 | Changeset attached | => LimeSurvey master fe1fa100 | |
| 2026-02-24 22:36 | guest | Note Added: 84299 | |
| 2026-02-24 22:36 | guest | Bug heat | 14 => 16 |
| 2026-02-25 08:50 | dan24 | Note Added: 84300 | |
| 2026-02-25 09:04 | DenisChenu | Assigned To | DenisChenu => gabrieljenik |
| 2026-02-25 09:04 | DenisChenu | Status | ready for code review => resolved |
| 2026-02-25 09:04 | DenisChenu | Resolution | open => fixed |
| 2026-02-25 09:08 | DenisChenu | Note Added: 84302 | |
| 2026-02-25 09:12 | dan24 | Note Added: 84304 |