liquid_feedback_frontend

diff app/main/delegation/show.lua @ 1145:904f6807f7fa

Added support for upcoming moonbridge bases WebMCP
author bsw
date Sat Mar 21 15:26:39 2015 +0100 (2015-03-21)
parents 286bbd976e84
children 32cc544d5a5b
line diff
     1.1 --- a/app/main/delegation/show.lua	Sat Mar 21 15:03:39 2015 +0100
     1.2 +++ b/app/main/delegation/show.lua	Sat Mar 21 15:26:39 2015 +0100
     1.3 @@ -46,12 +46,6 @@
     1.4    head_text = _"Set issue delegation"
     1.5  end
     1.6  
     1.7 -if param.get("initiative_id", atom.integer) then
     1.8 -  issue_id = initiative.issue_id
     1.9 -  scope = "issue"
    1.10 -end
    1.11 -
    1.12 -
    1.13  local delegation
    1.14  local unit_id
    1.15  local area_id
    1.16 @@ -146,7 +140,7 @@
    1.17        }
    1.18      },
    1.19      content = function()
    1.20 -      local record
    1.21 +      local records
    1.22        if issue then
    1.23          local delegate_name = ""
    1.24          local scope = _"no delegation set"
    1.25 @@ -232,7 +226,7 @@
    1.26          end
    1.27        end
    1.28  
    1.29 -      disabled_records = {}
    1.30 +      local disabled_records = {}
    1.31        disabled_records["_"] = true
    1.32        disabled_records[app.session.member_id] = true
    1.33  

Impressum / About Us