liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1529:87e2a58bef9e

Fixed add_support for usage without access token
author bsw
date Mon Sep 14 18:31:20 2020 +0200 (2020-09-14)
parents 2a0d86117d54
children
line source
1 local unit = Unit:by_id(param.get_id()) or Unit:new()
3 param.update(unit, "parent_id", "name", "description", "external_reference", "active")
5 unit.attr = param.get("attr")
7 unit:save()

Impressum / About Us