liquid_feedback_frontend

annotate app/main/admin/_action/unit_update.lua @ 1631:d9ccd0d6ef8c

Fix height of card action area
author bsw
date Mon Feb 08 14:28:28 2021 +0100 (2021-02-08)
parents 2a0d86117d54
children
rev   line source
bsw@595 1 local unit = Unit:by_id(param.get_id()) or Unit:new()
bsw@595 2
bsw@1209 3 param.update(unit, "parent_id", "name", "description", "external_reference", "active")
bsw@595 4
bsw@1504 5 unit.attr = param.get("attr")
bsw@1504 6
bsw@595 7 unit:save()

Impressum / About Us