liquid_feedback_frontend

annotate app/main/initiative/_action/add_support.lua @ 1534:0d9bb3937310

Allow creating of a new issue based on a firstlife group id
author bsw
date Mon Oct 05 16:06:41 2020 +0200 (2020-10-05)
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