liquid_feedback_frontend

view app/main/interest/_action/xhr_update.lua @ 1638:39bf0af7f5e3

Silence compiler warnings regarding discarded const qualifier in mldap library
author jbe
date Tue Feb 09 16:59:01 2021 +0100 (2021-02-09)
parents 2f9e1e882de6
children 4188405c2425
line source
1 local issue_id = param.get("issue_id", atom.integer)
2 local interested = param.get("interested", atom.boolean)
4 slot.set_layout()
6 if not Interest:update(issue_id, app.session.member, interested) then
7 request.set_status("500 Internal Server Error")
8 end

Impressum / About Us