liquid_feedback_frontend
view model/rendered_suggestion.lua @ 795:7878f3c20a86
Fixed missing unit/area info and action links
author | bsw |
---|---|
date | Fri Jun 29 03:36:59 2012 +0200 (2012-06-29) |
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 }