liquid_feedback_frontend

view model/rendered_suggestion.lua @ 1700:f7c42bcf1490

Allow showing other units in single unit mode
author bsw
date Thu Sep 23 18:21:11 2021 +0200 (2021-09-23)
parents 808269b7f41c
children
line source
1 RenderedSuggestion = mondelefant.new_class()
2 RenderedSuggestion.table = 'rendered_suggestion'
3 RenderedSuggestion.primary_key = { "suggestion_id", "format" }
5 RenderedSuggestion:add_reference{
6 mode = 'm1',
7 to = "Suggestion",
8 this_key = 'suggestion_id',
9 that_key = 'id',
10 ref = 'suggestion',
11 }

Impressum / About Us