View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
13128Bug reportsOtherpublic2018-06-15 14:27
ReporterTonisOrmisson Assigned ToLouisGac 
PriorityhighSeverityminor 
Status closedResolutionfixed 
Product Version3.0.0-rc.x 
Summary13128: Vanilla theme error page admin-name missing
Description

The admin name in error page is missing.

the problem is that {{ aSurveyInfo.adminname }} assumes its the aSurveyInfo while in fact it gets the oSurvey->attributes instead from here:
https://github.com/LimeSurvey/LimeSurvey/blob/master/application/controllers/SurveyController.php#L138

so it would be {{ aSurveyInfo.name }}

(but its not aSurveyInfo)

:|

Additional Information

PS. please add a bug category Themes/templates ??

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)Version 3.0.1
I will donate to the project if issue is resolvedNo
Browserna
Database type & versionna
Server OS (if known)na
Webserver software & version (if known)na
PHP Versionna

Relationships

parent of 13134 closedLouisGac Some Expression Manager vars not rendered 

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2018-01-08 12:09

developer   ~45474

about aSurveyInfo instead of model access:
it's a heritage from old limesurvey template system.
For 3.5 or 4.0 it will be removed and replaced by oSurvey, oQuestionGroup, oQuestion, etc

LouisGac

LouisGac

2018-05-30 16:21

developer   ~47922

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=27279

c_schmitz

c_schmitz

2018-06-15 14:27

administrator   ~48146

New version released.

Related Changesets

LimeSurvey: master 4d166813

2018-05-30 16:21:04

LouisGac

Details Diff
Fixed issue 13128: Vanilla theme error page admin-name missing Affected Issues
13128
mod - application/controllers/survey/index.php Diff File

Issue History

Date Modified Username Field Change
2018-01-05 21:43 TonisOrmisson New Issue
2018-01-08 11:30 LouisGac Sticky Issue No => Yes
2018-01-08 12:07 LouisGac Relationship added parent of 13134
2018-01-08 12:09 LouisGac Note Added: 45474
2018-01-15 10:29 LouisGac Sticky Issue Yes => No
2018-05-23 11:04 LouisGac Assigned To => LouisGac
2018-05-23 11:04 LouisGac Status new => assigned
2018-05-23 12:54 LouisGac Sticky Issue No => Yes
2018-05-23 12:54 LouisGac Priority none => high
2018-05-30 16:21 LouisGac Changeset attached => LimeSurvey master 4d166813
2018-05-30 16:21 LouisGac Note Added: 47922
2018-05-30 16:21 LouisGac Resolution open => fixed
2018-05-30 16:21 LouisGac Sticky Issue Yes => No
2018-05-30 16:21 LouisGac Status assigned => resolved
2018-06-15 14:27 c_schmitz Note Added: 48146
2018-06-15 14:27 c_schmitz Status resolved => closed