liquid_feedback_frontend

view model/rendered_suggestion.lua @ 1073:f9c1acb859d0

Fixed errors in registration after import of LDAP patch, updated registration layout
author bsw
date Fri Jul 18 23:13:19 2014 +0200 (2014-07-18)
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