liquid_feedback_frontend

diff app/main/vote/list.lua @ 1843:b01d9920371b

merge
author jbe
date Thu Feb 03 15:57:22 2022 +0100 (2022-02-03)
parents 7dcbcbf492e3
children
line diff
     1.1 --- a/app/main/vote/list.lua	Thu Feb 03 15:54:23 2022 +0100
     1.2 +++ b/app/main/vote/list.lua	Thu Feb 03 15:57:22 2022 +0100
     1.3 @@ -462,17 +462,6 @@
     1.4              if app.session.member_id and app.session.member_id == member.id then
     1.5                if (not readonly or direct_voter) and not preview then
     1.6                  ui.container{ content = function()
     1.7 -                  if not config.enforce_formatting_engine then
     1.8 -                    ui.field.select{
     1.9 -                      label = _"Wiki engine for statement",
    1.10 -                      name = "formatting_engine",
    1.11 -                      foreign_records = config.formatting_engines,
    1.12 -                      attr = {id = "formatting_engine"},
    1.13 -                      foreign_id = "id",
    1.14 -                      foreign_name = "name",
    1.15 -                      value = param.get("formatting_engine") or direct_voter and direct_voter.formatting_engine
    1.16 -                    }
    1.17 -                  end
    1.18                    ui.container{ content = _"Voting comment (optional)" }
    1.19                    ui.field.text{
    1.20                      name = "comment",

Impressum / About Us