liquid_feedback_frontend

annotate app/main/initiative/_action/add_support.lua @ 1550:a13a0071f873

Allow setting of external references for firstlife
author bsw
date Tue Oct 27 12:35:01 2020 +0100 (2020-10-27)
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