liquid_feedback_frontend

annotate app/main/initiative/_action/add_support.lua @ 1594:c061fea7ed10

Fixed links from area head
author bsw
date Sun Jan 31 19:52:31 2021 +0100 (2021-01-31)
parents 71f54c43d7cb
children
rev   line source
bsw@1500 1 local initiative_id = param.get_id()
bsw@1045 2 local draft_id = param.get("draft_id", atom.integer)
bsw@1045 3
bsw@1500 4 return util.add_support(initiative_id, draft_id)

Impressum / About Us