liquid_feedback_frontend

changeset 1138:e4df22c3a69f

Bugfix: Allow choosing a delegatee during voting phase
author bsw
date Fri Mar 20 22:35:16 2015 +0100 (2015-03-20)
parents c6690fe0427d
children f21f40dd9334
files app/main/issue/_sidebar_whatcanido.lua
line diff
     1.1 --- a/app/main/issue/_sidebar_whatcanido.lua	Tue Jan 27 12:14:23 2015 +0100
     1.2 +++ b/app/main/issue/_sidebar_whatcanido.lua	Fri Mar 20 22:35:16 2015 +0100
     1.3 @@ -431,6 +431,10 @@
     1.4        end )
     1.5      end 
     1.6      
     1.7 +  end
     1.8 +  
     1.9 +  if privileged_to_vote and not issue.closed then
    1.10 +
    1.11      if not issue.member_info.first_trustee_id then
    1.12        ui.sidebarSection( function ()
    1.13          ui.heading{ level = 3, content = _"I want to delegate this issue" }

Impressum / About Us