liquid_feedback_frontend

view app/main/opinion/_action/update.lua @ 1711:f2922928b9a7

Allow to hide link to other units
author bsw
date Mon Sep 27 12:13:12 2021 +0200 (2021-09-27)
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