liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1248:c0fd12b97d65

Changes on notifications system, newsletter support added
author bsw
date Tue Apr 05 20:40:37 2016 +0200 (2016-04-05)
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