liquid_feedback_frontend

view env/lf4rcs/init.lua @ 1620:e7a0f1235ac0

Do not show unit and area head in issue and initiative
author bsw
date Tue Feb 02 21:32:13 2021 +0100 (2021-02-02)
parents 32cc544d5a5b
children
line source
1 function lf4rcs.init()
2 Event.add_handler(function(event)
3 lf4rcs.notification_handler(event)
4 end)
5 config.render_external_reference = {
6 draft = lf4rcs.render_draft_reference,
7 initiative = lf4rcs.render_initiative_reference
8 }
9 end

Impressum / About Us