liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1841:e6983d79d74f

Fix Lua error on <ol> or <ul> tag at end of input to util.html_is_safe(...)
author jbe
date Thu Feb 03 15:21:45 2022 +0100 (2022-02-03)
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