liquid_feedback_frontend

annotate app/main/initiative/_action/add_support.lua @ 1813:f9f3a657d348

Set identification to null if empty string also for creating new accounts
author bsw
date Thu Dec 02 13:33:47 2021 +0100 (2021-12-02)
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