liquid_feedback_frontend

diff app/main/issue/_sidebar_whatcanido.lua @ 1437:9d15d509b5f6

Fixed disable delegations and update member without login name
author bsw
date Wed Oct 17 14:11:10 2018 +0200 (2018-10-17)
parents 32cc544d5a5b
children a59dd2ae9cd8
line diff
     1.1 --- a/app/main/issue/_sidebar_whatcanido.lua	Tue Oct 16 14:36:07 2018 +0200
     1.2 +++ b/app/main/issue/_sidebar_whatcanido.lua	Wed Oct 17 14:11:10 2018 +0200
     1.3 @@ -256,7 +256,7 @@
     1.4        end }
     1.5      end
     1.6      
     1.7 -    if not config.disable_delegations and privileged_to_vote and not issue.closed and not issue.fully_frozen then
     1.8 +    if privileged_to_vote and not issue.closed and not issue.fully_frozen then
     1.9        if issue.member_info.own_participation then
    1.10          ui.container { attr = { class = "mdl-card__content mdl-card--border" }, content = function ()
    1.11            --[[

Impressum / About Us