liquid_feedback_frontend

view app/main/interest/_action/update.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 2f9e1e882de6
children
line source
1 local issue_id = param.get("issue_id", atom.integer)
2 local interested = param.get("interested", atom.boolean)
4 return Interest:update(issue_id, app.session.member, interested)

Impressum / About Us