liquid_feedback_frontend

view app/main/opinion/_action/update.lua @ 1823:a3ca8d5c8c79

Do not offer to save the member itself as a contact
author bsw
date Thu Feb 03 11:34:28 2022 +0100 (2022-02-03)
parents 4188405c2425
children
line source
1 local suggestion_id = param.get("suggestion_id", atom.integer)
2 local degree = param.get("degree", atom.number)
3 local fulfilled = param.get("fulfilled", atom.boolean)
5 return Opinion:update(suggestion_id, app.session.member_id, degree, fulfilled)

Impressum / About Us