liquid_feedback_frontend

view app/main/opinion/_action/update.lua @ 1746:c7dbb36ce1e0

Show finished title at end of survey
author bsw
date Mon Oct 11 10:51:56 2021 +0200 (2021-10-11)
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