liquid_feedback_frontend

view model/policy.lua @ 1:dd0109e81922

Version alpha2

Minor bug in bargraph output for suggestions fixed
author bsw
date Wed Nov 18 12:00:00 2009 +0100 (2009-11-18)
parents 3bfb2fcf7ab9
children afd9f769c7ae
line source
1 Policy = mondelefant.new_class()
2 Policy.table = 'policy'
4 Policy:add_reference{
5 mode = '1m',
6 to = "Issue",
7 this_key = 'id',
8 that_key = 'policy_id',
9 ref = 'issues',
10 back_ref = 'policy',
11 default_order = '"created", "id"'
12 }

Impressum / About Us