View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
17243Feature requestsPluginspublic2021-04-15 15:09
ReporterDenisChenu Assigned To 
PrioritynoneSeverityfeature 
Status closedResolutionno change required 
Summary17243: Need theme for BeforeQuestionRender event
Description

BeforeQuestionRender surely need Question Theme

Additional Information

I don't have idea , but https://manual.limesurvey.org/NewQuestionAttributes clearly need it.

TagsNo tags attached.
Bug heat2
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2021-04-13 19:28

developer   ~63928

No easy way in core (need to load whole

Easy way in plugin : use

    $aAttributes = QuestionAttribute::model()->getQuestionAttributes($oEvent->get('qid'));
    tracevar($aAttributes['question_template']);

Maybe not needed ?

DenisChenu

DenisChenu

2021-04-14 09:05

developer   ~63929

Maybe not needed ?
Or in https://github.com/LimeSurvey/LimeSurvey/blob/master/application/libraries/PluginManager/LimesurveyApi.php ?

DenisChenu

DenisChenu

2021-04-15 15:09

developer   ~63959

Plugin can check it self

Issue History

Date Modified Username Field Change
2021-04-13 19:18 DenisChenu New Issue
2021-04-13 19:18 DenisChenu Status new => assigned
2021-04-13 19:18 DenisChenu Assigned To => DenisChenu
2021-04-13 19:28 DenisChenu Note Added: 63928
2021-04-14 09:05 DenisChenu Assigned To DenisChenu => ollehar
2021-04-14 09:05 DenisChenu Status assigned => ready for testing
2021-04-14 09:05 DenisChenu Note Added: 63929
2021-04-15 15:09 DenisChenu Assigned To ollehar =>
2021-04-15 15:09 DenisChenu Status ready for testing => closed
2021-04-15 15:09 DenisChenu Resolution open => no change required
2021-04-15 15:09 DenisChenu Note Added: 63959