View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
19744 | Bug reports | Documentation | public | 2024-09-11 10:56 | 2024-09-23 17:29 |
Reporter | lozam | Assigned To | DenisChenu | ||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.5.x | ||||
Summary | 19744: showEmailInError missing documentation | ||||
Description | When an error occurs in Limesurvey, a specialized routine prepares error messages that are then displayed on a page designed for this purpose. File: /LimeSurvey/application/controllers/SurveysController.php Function: spitOutHtmlError(array $error, $surveyId) which then uses the template: /Limesurvey/themes/survey/fruity_twentythree/views/layout_errors.twig An option allows the code to display or hide the email on the error page. if (App()->getConfig('showEmailInError')) { However, this parameter is neither documented nor initialized in Limesurvey's configuration files, such as: | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 6.5.18 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MySQL 5 | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | PHP 7.4 | ||||
https://manual.limesurvey.org/index.php?title=Optional_settings&oldid=376502&diff=378701 |
|
No need code review, more text review |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=36560 |
|
Fixed in Release 6.6.4+240923 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-11 10:56 | lozam | New Issue | |
2024-09-11 12:00 | DenisChenu | Assigned To | => DenisChenu |
2024-09-11 12:00 | DenisChenu | Status | new => assigned |
2024-09-20 15:50 | DenisChenu | Note Added: 81071 | |
2024-09-20 15:50 | DenisChenu | Bug heat | 0 => 2 |
2024-09-20 16:11 | DenisChenu | Assigned To | DenisChenu => tibor.pacalat |
2024-09-20 16:11 | DenisChenu | Status | assigned => ready for code review |
2024-09-20 16:11 | DenisChenu | Note Added: 81072 | |
2024-09-20 16:34 | tibor.pacalat | Status | ready for code review => resolved |
2024-09-20 16:34 | tibor.pacalat | Resolution | open => fixed |
2024-09-20 16:55 | DenisChenu | Changeset attached | => LimeSurvey master 170a83ff |
2024-09-20 16:55 | DenisChenu | Note Added: 81075 | |
2024-09-20 16:55 | DenisChenu | Assigned To | tibor.pacalat => DenisChenu |
2024-09-23 17:29 | LimeBot | Note Added: 81093 | |
2024-09-23 17:29 | LimeBot | Status | resolved => closed |
2024-09-23 17:29 | LimeBot | Bug heat | 2 => 4 |