liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1414:cd497eb8fd73

Added forced sleep at end of notification loops
author bsw
date Sun Aug 26 13:40:28 2018 +0200 (2018-08-26)
parents fede09736f2b
children 2a0d86117d54
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:save()

Impressum / About Us