liquid_feedback_frontend

view model/survey_question.lua @ 1737:70c81027dbd5

Render survey notifcation only if survey module is enabled
author bsw
date Mon Oct 11 09:37:26 2021 +0200 (2021-10-11)
parents 5a8a09119865
children
line source
1 SurveyQuestion = mondelefant.new_class()
2 SurveyQuestion.table = 'survey_question'
4 SurveyQuestion:add_reference{
5 mode = 'm1',
6 to = "Survey",
7 this_key = 'survey_id',
8 that_key = 'id',
9 ref = 'survey',
10 }

Impressum / About Us