liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1067:9ed6e0389854

Set max-height instead of height for folded suggestions
author bsw
date Wed Jul 16 22:05:42 2014 +0200 (2014-07-16)
parents bc6934411019
children fede09736f2b
line source
1 local unit = Unit:by_id(param.get_id()) or Unit:new()
3 param.update(unit, "parent_id", "name", "description", "active")
5 unit:save()

Impressum / About Us