liquid_feedback_frontend

view app/main/opinion/_action/update.lua @ 1859:02c34183b6df

Fixed wrong filename in INSTALL file
author bsw
date Tue Nov 28 18:54:51 2023 +0100 (18 months ago)
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