liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1659:4b74a177884b

Do not show interest add button when issue is cancelled
author bsw
date Sun Feb 14 13:29:56 2021 +0100 (2021-02-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