liquid_feedback_frontend

view app/main/interest/_action/update.lua @ 1671:3c08ec19cc2b

Set version to 4.0.0
author bsw
date Wed Apr 28 11:34:55 2021 +0200 (2021-04-28)
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